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