diff --git a/core/parser/parser-tests.factor b/core/parser/parser-tests.factor index 32f432a6cd..791fe1fa36 100644 --- a/core/parser/parser-tests.factor +++ b/core/parser/parser-tests.factor @@ -530,12 +530,6 @@ EXCLUDE: qualified.tests.bar => x ; [ 3 ] [ x ] unit-test [ 4 ] [ y ] unit-test -[ "IN: qualified.tests FROM: qualified.tests => doesnotexist ;" eval( -- ) ] -[ error>> no-word-error? ] must-fail-with - -[ "IN: qualified.tests RENAME: doesnotexist qualified.tests => blahx" eval( -- ) ] -[ error>> no-word-error? ] must-fail-with - ! Two similar bugs ! Replace : def with something in << >>