Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update a test error message
  • Loading branch information
Felix Raimundo committed Oct 12, 2014
1 parent e69f2ab commit 0af88e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/compile-fail/extern-foreign-crate.rs
Expand Up @@ -11,4 +11,4 @@
// Verifies that the expected token errors for `extern crate` are
// raised

extern crate foo {} //~ERROR expected one of `=`, `;`, found `{`
extern crate foo {} //~ERROR expected `;`, found `{`

5 comments on commit 0af88e3

@bors
Copy link
Contributor

@bors bors commented on 0af88e3 Oct 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at gamazeps@0af88e3

@bors
Copy link
Contributor

@bors bors commented on 0af88e3 Oct 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/issue17709 = 0af88e3 into auto

@bors
Copy link
Contributor

@bors bors commented on 0af88e3 Oct 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/issue17709 = 0af88e3 merged ok, testing candidate = a6e0c76

@bors
Copy link
Contributor

@bors bors commented on 0af88e3 Oct 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 0af88e3 Oct 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = a6e0c76

Please sign in to comment.