From db8b6baa2f14b0b9d6a55374664ea612d526fe53 Mon Sep 17 00:00:00 2001 From: Joe Groff <arcata@gmail.com> Date: Tue, 23 Feb 2010 11:59:53 -0800 Subject: [PATCH] typo in alien.parser test --- basis/alien/parser/parser-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/alien/parser/parser-tests.factor b/basis/alien/parser/parser-tests.factor index a730e3084f..26a71e9623 100644 --- a/basis/alien/parser/parser-tests.factor +++ b/basis/alien/parser/parser-tests.factor @@ -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