]> gitweb.factorcode.org Git - factor.git/blobdiff - core/system/system-tests.factor
core: subseq-index? -> subseq-of?
[factor.git] / core / system / system-tests.factor
index 64f8410690bbf277affa174bd456d6b65643340b..7e7b1076c6ad5c73a9296739a2ecc94400d24e7a 100644 (file)
@@ -1,7 +1,7 @@
-USING: arrays sequences system tools.test ;
-IN: system.tests
+USING: arrays kernel sequences system tools.test ;
 
 { { t t t } } [
+    version-info
     vm-version vm-compiler vm-compile-time 3array
-    [ version-info subseq? ] map
+    [ subseq-of? ] with map
 ] unit-test