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