]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/errors/errors-tests.factor
fix some unit-test syntax to use array instead of quotation for result
[factor.git] / basis / windows / errors / errors-tests.factor
index 96edb8a379f06415f7a535e9f8be0d01ac96a848..9ec63d41e0833e3391a82ab57885c3509677c8c5 100644 (file)
@@ -1,6 +1,5 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: tools.test windows.errors strings ;
-IN: windows.errors.tests
 
-[ t ] [ 0 n>win32-error-string string? ] unit-test
+{ t } [ 0 n>win32-error-string string? ] unit-test