Skip to content

Commit

Permalink
Fix test expectations because of #28439
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Sep 17, 2015
1 parent f5a99ae commit a9cb51c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/compile-fail/issue-28433.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit a9cb51c

Please sign in to comment.