Update a test error message

#17709
This commit is contained in:
Felix Raimundo 2014-10-12 23:48:22 +02:00
parent e69f2ab8c0
commit 0af88e3c04
1 changed files with 1 additions and 1 deletions

View File

@ -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 `{`