]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sequences/shifted/shifted-tests.factor
extra: remove some unneeded IN: in -tests.
[factor.git] / extra / sequences / shifted / shifted-tests.factor
index 9ae89e9dbe06666f6db3efa5a947ded4d5a747cb..d7510eab30f1c84a786a3d40507262cb3b140ca9 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 USING: arrays sequences tools.test ;
-IN: sequences.shifted
 
 { { 1 2 3 7 } } [ 4 <iota> -1 7 <shifted> >array ] unit-test
 { { 7 0 1 2 } } [ 4 <iota> 1 7 <shifted> >array ] unit-test