1
Fork 0

update error messages in parse-fail tests

This commit is contained in:
Jorge Aparicio 2016-03-07 21:17:31 -05:00
parent 210dd611aa
commit 2de4932453
14 changed files with 14 additions and 14 deletions

View file

@ -23,7 +23,7 @@ impl Foo {
fn main() {
while Foo {
x: 3 //~ ERROR expected type, found `3`
}.hi() { //~ ERROR expected one of `.`, `;`, `}`, or an operator, found `{`
}.hi() { //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `{`
println!("yo");
}
}