]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/shuffle/shuffle-tests.factor
more test IN: cleanup.
[factor.git] / basis / shuffle / shuffle-tests.factor
index 2058a252db212a5bf27bab7b3c4c9279b715744a..4d176f7b3248fbd37fbd9d36b600244c7d413e91 100644 (file)
@@ -1,5 +1,4 @@
 USING: shuffle tools.test ;
-IN: shuffle.tests
 
 { 1 2 3 4 } [ 3 4 1 2 2swap ] unit-test