From 739fb5d94f827fbc2377faf08173ba5f43aa3d00 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 3 Aug 2018 10:38:42 -0400 Subject: [PATCH] alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking travisci --- basis/alien/data/data-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/alien/data/data-docs.factor b/basis/alien/data/data-docs.factor index 8d947d127d..736636baf8 100644 --- a/basis/alien/data/data-docs.factor +++ b/basis/alien/data/data-docs.factor @@ -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 ;