]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
tools.test: rename TEST: to DEFINE-TEST-WORD:
[factor.git] / basis / fixups / fixups.factor
index 9ad6e9f4b875c045b5ab66ba91735d380d1e3cb2..edcd305480a826370bbfa5c31e18df55be45a1e9 100644 (file)
@@ -66,6 +66,7 @@ CONSTANT: word-renames {
     ! { "?if" { "?if" "0.99" } }
     { "ensure-non-negative" { "assert-non-negative" "0.99" } }
     { "order" { "dispatch-order" "0.99" } }
+    { "TEST:" { "DEFINE-TEST-WORD:" "0.99" } }
 }
 
 : compute-assoc-fixups ( continuation name assoc -- seq )