]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
Also pass --install to the second invocation of autoreconf, to let automake install...
[bison.git] / tests / input.at
index 978affc598d7dda88b3160507a7feefa03ab96cd..2ee59f29f7b9cd7166209e040415db6eb536e50e 100644 (file)
@@ -29,7 +29,7 @@ AT_SETUP([Invalid $n])
 
 AT_DATA([input.y],
 [[%%
-exp: { $$ = $1 ; }
+exp: { $$ = $1 ; };
 ]])
 
 AT_CHECK([bison input.y], [1], [],
@@ -48,7 +48,7 @@ AT_SETUP([Invalid @n])
 
 AT_DATA([input.y],
 [[%%
-exp: { @$ = @1 ; }
+exp: { @$ = @1 ; };
 ]])
 
 AT_CHECK([bison input.y], [1], [],