]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sorting/human/human-tests.factor
more test IN: cleanup.
[factor.git] / basis / sorting / human / human-tests.factor
index 4e1d496ad9eccb3ef427f61b759e15ed36dc6ec4..c19346579adefdb37bd5187c37b0738ad42affa6 100644 (file)
@@ -1,5 +1,4 @@
 USING: sorting.human tools.test sorting.slots sorting ;
-IN: sorting.human.tests
 
 { { "x1y" "x2" "x10y" } }
 [ { "x1y" "x10y" "x2" } { human<=> } sort-by ] unit-test