]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/peg-regression-2.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tests / peg-regression-2.factor
index 7929d9e6f6c13b6f211fad969f604d419d725e34..cae57e5bd9a3914b6745ba6c8f114a6a6cbc25bc 100644 (file)
@@ -1,5 +1,5 @@
-IN: compiler.tests.peg-regression-2
 USING: peg.ebnf strings tools.test ;
+IN: compiler.tests.peg-regression-2
 
 GENERIC: <times> ( times -- term' )
 M: string <times> ;