]> git.saurik.com Git - bison.git/blobdiff - tests/skeletons.at
tests: strengthen the trailing spaces check
[bison.git] / tests / skeletons.at
index 76cf0662d6f3798c148bd92193692634e52f4fb7..ce32e88b371d96f561d12e101bc1512f0ec84b70 100644 (file)
@@ -191,8 +191,8 @@ start: ;
 ]])
 
 AT_BISON_CHECK([[input1.y]], [[1]], [[]],
-[[input1.y: warning: foow fubar
-foow.y:2.3-5.3: warning: foowat fubar
+[[input1.y: warning: foow fubar [-Wother]
+foow.y:2.3-5.3: warning: foowat fubar [-Wother]
 input1.y: fooc fubar
 fooc.y:1.1-10.5: foocat fubar
 input1.y: fatal error: foof fubar
@@ -281,7 +281,7 @@ start: ;
 ]])
 
 AT_BISON_CHECK([[input2.y]], [[1]], [[]],
-[[input2.y: warning: morning
+[[input2.y: warning: morning [-Wother]
 foo.y:1.5-6: fatal error: M4 should exit immediately here
 ]])