From cc11bb037cc8a678e5ab069870c331c89c4cd3cb Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 14 Jul 2020 06:47:40 +0200 Subject: [PATCH] tests: fix expectations Broken in ee86ea88399ed02243fbceb2704c9ea322a12bf9. * tests/diagnostics.at: here. --- tests/diagnostics.at | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/diagnostics.at b/tests/diagnostics.at index 40480a59..f505c5d6 100644 --- a/tests/diagnostics.at +++ b/tests/diagnostics.at @@ -376,12 +376,10 @@ exp:^M ]], [0], [[input.y:11.9-11: warning: symbol FOO redeclared [-Wother] - 11 | %token - FOO + 11 | %token FOO | ^~~ input.y:10.9-11: note: previous declaration - 10 | %token - FOO + 10 | %token FOO | ^~~ input.y:13.5: warning: empty rule without %empty [-Wempty-rule] 13 | exp: