This commit is contained in:
Akim Demaille
2002-06-30 17:43:22 +00:00
parent 88e7e94146
commit bb3f671805
2 changed files with 1 additions and 21 deletions

View File

@@ -368,7 +368,7 @@ id : '0';
%%
]])
AT_CHECK([bison input.y -o input.c --report=all], 1, [],
AT_CHECK([bison input.y -o input.c --report=all], 0, [],
[input.y contains 1 reduce/reduce conflict.
])