]> gitweb.factorcode.org Git - factor.git/blobdiff - core/system/system-tests.factor
core: find-subseq -> subsequence-starts, find-subseq-from -> subsequence-starts-from
[factor.git] / core / system / system-tests.factor
index 44d58ab02209d9d116eadcda5f500bca844dc048..227893e307b6ee6499a5bec1d89ca379b39145a3 100644 (file)
@@ -3,5 +3,5 @@ USING: arrays sequences system tools.test ;
 { { t t t } } [
     version-info
     vm-version vm-compiler vm-compile-time 3array
-    [ find-subseq? ] with map
+    [ subsequence? ] with map
 ] unit-test