]> gitweb.factorcode.org Git - factor.git/commitdiff
parser: remove outdated unit tests that were superseded by tests in vocabs.parser
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 18 Jul 2009 16:35:09 +0000 (11:35 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 18 Jul 2009 16:35:09 +0000 (11:35 -0500)
core/parser/parser-tests.factor

index 32f432a6cdd5efd228e85b6f7cbd8a05691681aa..791fe1fa36e056cf9bf82e1aa43bbc40af653eec 100644 (file)
@@ -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 << >>