From 41511178a71ebaf81bde7ffc682c575537af45cb Mon Sep 17 00:00:00 2001 From: Theophile Ranquet Date: Fri, 21 Sep 2012 05:04:43 +0200 Subject: [PATCH] new Werror report format fixed in a test * tests/input.at : replaced [-Wyacc] with [-Werror=yacc] todo: fix the other failed test of the suite, tests/conflicts.at:1554 --- tests/input.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/input.at b/tests/input.at index 056e5785..e57990fe 100644 --- a/tests/input.at +++ b/tests/input.at @@ -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]]) -- 2.50.0