]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/test/test-tests.factor
core: subseq-index? -> subseq-of?
[factor.git] / basis / tools / test / test-tests.factor
index 4fe22334d78adcac380c9215536d62e1a87a5e3f..71c80992fa2e5de466dc5992496b65945ce8e357 100644 (file)
@@ -16,5 +16,5 @@ sequences tools.test tools.test.private ;
 ! Just verifies that the presented output contains a callstack.
 { t } [
     create-test-failure [ error. ] with-string-writer
-    "OBJ-CURRENT-THREAD" subseq-index?
+    "OBJ-CURRENT-THREAD" subseq-of?
 ] unit-test