]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/parser/parser-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / math / parser / parser-tests.factor
index d67fb15c32ed9ee75d60fec393bb397355e314e4..5dca74660cb78c9a10422b1a9da4fd4381012e4e 100644 (file)
@@ -1,6 +1,4 @@
-USING: kernel layouts literals math math.parser sequences
-tools.test ;
-IN: math.parser.tests
+USING: layouts literals math math.parser sequences tools.test ;
 
 { f }
 [ f string>number ]