Fix test expectations because of #28439
This commit is contained in:
parent
f5a99ae7fb
commit
a9cb51cf0c
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
|||
// except according to those terms.
|
||||
|
||||
enum bird {
|
||||
pub duck, //~ ERROR: expected identifier, found keyword `pub`
|
||||
pub duck,
|
||||
//~^ ERROR: expected identifier, found keyword `pub`
|
||||
//~^^ ERROR: expected
|
||||
goose
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue