]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in alien.parser test
authorJoe Groff <arcata@gmail.com>
Tue, 23 Feb 2010 19:59:53 +0000 (11:59 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 23 Feb 2010 19:59:53 +0000 (11:59 -0800)
basis/alien/parser/parser-tests.factor

index a730e3084f8d9a323c8cb97d38b0816adf3dfd4d..26a71e96235c4a79a96b9d61f77868db9deb2fde 100644 (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