From 5e5fd021c254c3a8d048b80c25f03804f52fc337 Mon Sep 17 00:00:00 2001 From: slava Date: Tue, 7 Feb 2006 02:52:25 +0000 Subject: [PATCH] Fix a typo in alien unit test --- library/test/alien.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/test/alien.factor b/library/test/alien.factor index add3a90e32..24fad8b9ff 100644 --- a/library/test/alien.factor +++ b/library/test/alien.factor @@ -1,6 +1,5 @@ IN: temporary -USING: alien arrays kernel kernel-internals namespaces -objective-c test ; +USING: alien arrays kernel kernel-internals namespaces objc test ; [ t ] [ 0 0 = ] unit-test [ f ] [ 0 1024 = ] unit-test