]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ip-parser/ip-parser-tests.factor
more test IN: cleanup.
[factor.git] / basis / ip-parser / ip-parser-tests.factor
index 48161fdb26d878e578b2492de6a5855066ef4562..cf12220fa8ec28614dbbfbcbf0db8d0c020b6f9c 100644 (file)
@@ -1,7 +1,5 @@
 
-USING: kernel sequences tools.test ;
-
-IN: ip-parser
+USING: ip-parser kernel sequences tools.test ;
 
 { "0.0.0.1" } [ "1" normalize-ipv4 ] unit-test
 { "1.0.0.2" } [ "1.2" normalize-ipv4 ] unit-test