mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
tests: fix expectations
Broken in ee86ea8839.
* tests/diagnostics.at: here.
This commit is contained in:
@@ -376,12 +376,10 @@ exp:^M
|
||||
]],
|
||||
[0],
|
||||
[[input.y:11.9-11: <warning>warning:</warning> symbol FOO redeclared [<warning>-Wother</warning>]
|
||||
11 | %token
|
||||
<warning>FOO</warning>
|
||||
11 | %token
|
||||
<warning>FOO</warning>
|
||||
| <warning>^~~</warning>
|
||||
10 | %token
|
||||
<note>FOO</note>
|
||||
input.y:10.9-11: <note>note:</note> previous declaration
|
||||
10 | %token
|
||||
<note>FOO</note>
|
||||
| <note>^~~</note>
|
||||
|
||||
Reference in New Issue
Block a user