]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/offscreen/offscreen-tests.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / windows / offscreen / offscreen-tests.factor
index 58273979b7cdb2fc44059937ced3ff36d8bbcd21..a0384237e555e11d5792e6c8c9616759d21cc2c7 100644 (file)
@@ -1,5 +1,5 @@
-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
+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