new Werror report format fixed in a test
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 21 Sep 2012 03:04:43 +0000 (05:04 +0200)
committeryro3ht <ranque_t@epita.fr>
Fri, 21 Sep 2012 03:08:47 +0000 (05:08 +0200)
* tests/input.at : replaced [-Wyacc] with [-Werror=yacc]

todo: fix the other failed test of the suite, tests/conflicts.at:1554

tests/input.at

index 056e578..e57990f 100644 (file)
@@ -1460,7 +1460,7 @@ AT_BISON_CHECK([[-Wno-none input.y]], [[0]], [[]],
 AT_BISON_CHECK([[-Werror,none,yacc input.y]], [[1]], [[]], [[stderr]])
 AT_CHECK([[sed 's/^.*bison:/bison:/' stderr]], [[0]],
 [[bison: warnings being treated as errors
-input.y:2.1-7: warning: POSIX Yacc forbids dashes in symbol names: foo-bar [-Wyacc]
+input.y:2.1-7: error: POSIX Yacc forbids dashes in symbol names: foo-bar [-Werror=yacc]
 ]])
 [mv stderr experr]
 AT_BISON_CHECK([[-Werror,no-all,yacc input.y]], [[1]], [[]], [[experr]])