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

handle-patch-and-put
Doug Coleman 2018-08-03 10:38:42 -04:00
parent 8d07e763d9
commit 739fb5d94f
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
{ $example
{ $unchecked-example
"USING: accessors alien.c-types alien.data
classes.struct kernel math math.functions
prettyprint ;