Fix test expectations because of #28439

This commit is contained in:
Simonas Kazlauskas 2015-09-17 12:47:03 +03:00
parent f5a99ae7fb
commit a9cb51cf0c

View File

@ -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
}