Skip to content

Commit a9cb51c

Browse files
committed
Fix test expectations because of #28439
1 parent f5a99ae commit a9cb51c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/compile-fail/issue-28433.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
// except according to those terms.
1010

1111
enum bird {
12-
pub duck, //~ ERROR: expected identifier, found keyword `pub`
12+
pub duck,
13+
//~^ ERROR: expected identifier, found keyword `pub`
14+
//~^^ ERROR: expected
1315
goose
1416
}
1517

0 commit comments

Comments
 (0)