]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/pic-problem-1.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / pic-problem-1.factor
index 4adf0b36b93dd04dff53d3f62a662844df2b9be5..4da83f53e4a0b9d50d167fd30b8ccb4a6f2b6565 100644 (file)
@@ -1,5 +1,5 @@
-IN: compiler.tests.pic-problem-1
 USING: kernel sequences prettyprint memory tools.test ;
+IN: compiler.tests.pic-problem-1
 
 TUPLE: x ;
 
@@ -11,4 +11,4 @@ INSTANCE: x sequence
 
 CONSTANT: blah T{ x }
 
-[ T{ x } ] [ blah ] unit-test
\ No newline at end of file
+[ T{ x } ] [ blah ] unit-test