fix some generic tests.

db4
John Benediktsson 2015-08-05 18:01:05 -07:00
parent 4fbbe6b201
commit 46021e4d77
2 changed files with 2 additions and 2 deletions

View 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

View 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
{ } [