From c3935b823f4b02c10a14ab1b32194aff31ee2715 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 27 Sep 2009 12:10:50 -0500 Subject: [PATCH] oops, jumped the gun on one of the alien.parser tests there --- basis/alien/parser/parser-tests.factor | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/basis/alien/parser/parser-tests.factor b/basis/alien/parser/parser-tests.factor index 8309de5641..b9ef08e890 100644 --- a/basis/alien/parser/parser-tests.factor +++ b/basis/alien/parser/parser-tests.factor @@ -1,6 +1,6 @@ ! (c)2009 Joe Groff bsd license -USING: alien.c-types alien.parser alien.syntax tools.test -vocabs.parser ; +USING: accessors alien.c-types alien.parser alien.syntax +tools.test vocabs.parser ; IN: alien.parser.tests TYPEDEF: char char2 @@ -22,5 +22,6 @@ TYPEDEF: char char2 SYMBOL: not-c-type [ "not-c-type" parse-c-type ] [ no-c-type? ] must-fail-with -[ "not-word" parse-c-type ] [ no-word-error? ] must-fail-with +! uncomment this when string C type parsing goes away +! [ "not-word" parse-c-type ] [ error>> no-word-error? ] must-fail-with