From 206119bba8a649385ae4e9981858038834ee63b9 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 18 Jul 2009 11:35:09 -0500 Subject: [PATCH] parser: remove outdated unit tests that were superseded by tests in vocabs.parser --- core/parser/parser-tests.factor | 6 ------ 1 file changed, 6 deletions(-) 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 << >>