]> gitweb.factorcode.org Git - factor.git/commitdiff
fix some generic tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Aug 2015 01:01:05 +0000 (18:01 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 6 Aug 2015 01:01:05 +0000 (18:01 -0700)
core/parser/parser-tests.factor
core/words/words-tests.factor

index 732184bc39f18560a60ee45f0ca67eadcd4a3818..9bf832197e04b080eb2b1d6d43d769ef51462565 100644 (file)
@@ -500,7 +500,7 @@ SYMBOLS: a b c ;
 
 DEFER: blah
 
-{ } [ "IN: parser.tests GENERIC: blah ( -- )" eval( -- ) ] unit-test
+{ } [ "IN: parser.tests GENERIC: blah ( x -- x )" eval( -- ) ] unit-test
 { } [ "IN: parser.tests SYMBOLS: blah ;" eval( -- ) ] unit-test
 
 { f } [ \ blah generic? ] unit-test
index 113d562653d7aa9dacf8438961e776801c7869b0..98cf9dc5e0e096e9c47c77086e8aa0c5e2f2ca8a 100644 (file)
@@ -90,7 +90,7 @@ DEFER: deferred
 [ error>> undefined-word? ] must-fail-with
 
 { } [
-    "IN: words.tests GENERIC: symbol-generic ( -- )" eval( -- )
+    "IN: words.tests GENERIC: symbol-generic ( x -- x )" eval( -- )
 ] unit-test
 
 { } [