]> git.saurik.com Git - bison.git/blobdiff - tests/regression.at
* src/conflicts.c (conflicts_print): Don't complain at all when
[bison.git] / tests / regression.at
index 2de592b27052c55125d529008c12678720b97a16..a18bfc451dfed1986eedce79d332c91916e0606a 100644 (file)
@@ -275,9 +275,7 @@ AT_DATA([input.y],
 exp: exp OP exp | NUM;
 ]])
 
-AT_CHECK([bison input.y -o input.c], 0, [],
-[input.y contains 1 shift/reduce conflict.
-])
+AT_CHECK([bison input.y -o input.c], 0)
 AT_CLEANUP