Revert "alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking travisci"

This reverts commit 739fb5d94f.
handle-patch-and-put
John Benediktsson 2018-08-21 13:12:28 -07:00
parent 3214332510
commit 91e55dc02a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ $nl
"If no initial value is specified, the contents of the allocated memory are undefined." }
{ $warning "Reading or writing a scoped allocation buffer outside of the given quotation will cause memory corruption." }
{ $examples
{ $unchecked-example
{ $example
"USING: accessors alien.c-types alien.data
classes.struct kernel math math.functions
prettyprint ;