oops, jumped the gun on one of the alien.parser tests there

db4
Joe Groff 2009-09-27 12:10:50 -05:00
parent 2bc687f0de
commit c3935b823f
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
! (c)2009 Joe Groff bsd license ! (c)2009 Joe Groff bsd license
USING: alien.c-types alien.parser alien.syntax tools.test USING: accessors alien.c-types alien.parser alien.syntax
vocabs.parser ; tools.test vocabs.parser ;
IN: alien.parser.tests IN: alien.parser.tests
TYPEDEF: char char2 TYPEDEF: char char2
@ -22,5 +22,6 @@ TYPEDEF: char char2
SYMBOL: not-c-type SYMBOL: not-c-type
[ "not-c-type" parse-c-type ] [ no-c-type? ] must-fail-with [ "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