]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/offscreen/offscreen-tests.factor
fix some unit-test syntax to use array instead of quotation for result
[factor.git] / basis / windows / offscreen / offscreen-tests.factor
index a0384237e555e11d5792e6c8c9616759d21cc2c7..e1b92fc90d493ef05b887fe674e7b845d873acce 100644 (file)
@@ -1,5 +1,4 @@
-IN: windows.offscreen.tests
 USING: windows.offscreen effects tools.test kernel images ;
 
 { 1 1 } [ [ [ ] make-bitmap-image ] with-memory-dc ] must-infer-as
-[ t ] [ [ { 10 10 } swap [ ] make-bitmap-image ] with-memory-dc image? ] unit-test
+{ t } [ [ { 10 10 } swap [ ] make-bitmap-image ] with-memory-dc image? ] unit-test