Skip to content

Commit

Permalink
Change comment in parse-fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 11, 2015
1 parent a07945d commit db726fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/parse-fail/obsolete-proc.rs
Expand Up @@ -10,8 +10,8 @@

// Test that we generate obsolete syntax errors around usages of `proc`.

fn foo(p: proc()) { } //~ ERROR: the `proc` type isn't used for the moment
fn foo(p: proc()) { } //~ ERROR `proc` is a reserved keyword

fn bar() { proc() 1; } //~ ERROR: `proc` expression isn't used for the moment
fn bar() { proc() 1; }

fn main() { }

0 comments on commit db726fa

Please sign in to comment.