]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/offscreen/offscreen-tests.factor
mason: show git SHA1 and timestamp of last completed build
[factor.git] / basis / windows / offscreen / offscreen-tests.factor
old mode 100755 (executable)
new mode 100644 (file)
index 5827397..e1b92fc
@@ -1,5 +1,4 @@
-IN: windows.offscreen.tests\r
-USING: windows.offscreen effects tools.test kernel images ;\r
-\r
-{ 1 1 } [ [ [ ] make-bitmap-image ] with-memory-dc ] must-infer-as\r
-[ t ] [ [ { 10 10 } swap [ ] make-bitmap-image ] with-memory-dc image? ] unit-test\r
+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