]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/parser/analyzer/analyzer-tests.factor
more test IN: cleanup.
[factor.git] / extra / html / parser / analyzer / analyzer-tests.factor
index 0c640354fd657db1af4b9c538fc6e52350c8a4aa..d4098092c275819c3a166e6b843021529cff9a94 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: html.parser html.parser.analyzer kernel math sequences tools.test ;
-IN: html.parser.analyzer.tests
 
 { 0 3 }
 [ 1 { 3 5 7 9 11 } [ odd? ] find-nth ] unit-test