]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
skeletons: b4_args -> b4_join to prepare forthcoming changes
[bison.git] / tests / input.at
index d6f2084a3a43f8280da559ae7aad1cc89657fb34..3d3cf98e07d0bd33656bea577271268dd112d9c9 100644 (file)
@@ -376,7 +376,7 @@ AT_TEST([[%type <type> exp
 exp: a;]],
 [[input.y:3.13-14: warning: useless %printer for type <> [-Wother]]])
 
-# If nobody is is typed, <*> is useless.
+# If nobody is typed, <*> is useless.
 AT_TEST([[%token a
 %printer {} <> <*>
 %%