typo in alien.parser test
parent
71d169e420
commit
db8b6baa2f
|
@ -25,7 +25,7 @@ CONSTANT: eleven 11
|
||||||
[ pointer: int*** ] [ "int****" parse-c-type ] unit-test
|
[ pointer: int*** ] [ "int****" parse-c-type ] unit-test
|
||||||
[ c-string ] [ "c-string" parse-c-type ] unit-test
|
[ c-string ] [ "c-string" parse-c-type ] unit-test
|
||||||
[ char2 ] [ "char2" 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
|
[ "not-word" parse-c-type ] [ error>> no-word-error? ] must-fail-with
|
||||||
] with-file-vocabs
|
] with-file-vocabs
|
||||||
|
|
Loading…
Reference in New Issue