From 5f3c94896fe6eeb4675ef73e6df386760943f420 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 20 Oct 2009 02:18:28 -0500 Subject: [PATCH] specialized-arrays: fix unit test --- .../specialized-arrays-tests.factor | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/basis/specialized-arrays/specialized-arrays-tests.factor b/basis/specialized-arrays/specialized-arrays-tests.factor index 3226557494..423c7ad1ee 100755 --- a/basis/specialized-arrays/specialized-arrays-tests.factor +++ b/basis/specialized-arrays/specialized-arrays-tests.factor @@ -122,10 +122,6 @@ SPECIALIZED-ARRAY: fixed-string ! If the C type doesn't exist, don't generate a vocab SYMBOL: __does_not_exist__ -[ ] [ - [ __does_not_exist__ specialized-array-vocab forget-vocab ] with-compilation-unit -] unit-test - [ """ IN: specialized-arrays.tests @@ -151,4 +147,9 @@ SPECIALIZED-ARRAY: __does_not_exist__ deferred? ] unit-test -[ \ __does_not_exist__ forget ] with-compilation-unit +[ ] [ + [ + \ __does_not_exist__ forget + __does_not_exist__ specialized-array-vocab forget-vocab + ] with-compilation-unit +] unit-test