typo in alien.parser test

db4
Joe Groff 2010-02-23 11:59:53 -08:00
parent 71d169e420
commit db8b6baa2f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ CONSTANT: eleven 11
[ pointer: int*** ] [ "int****" parse-c-type ] unit-test
[ c-string ] [ "c-string" parse-c-type ] unit-test
[ char2 ] [ "char2" parse-c-type ] unit-test
[ c-string2 ] [ "char2*" parse-c-type ] unit-test
[ pointer: char2 ] [ "char2*" parse-c-type ] unit-test
[ "not-word" parse-c-type ] [ error>> no-word-error? ] must-fail-with
] with-file-vocabs