diff options
| author | Felix Raimundo <felix.raimundo@telecom-paristech.fr> | 2014-10-12 23:48:22 +0200 |
|---|---|---|
| committer | Felix Raimundo <felix.raimundo@telecom-paristech.fr> | 2014-10-12 23:48:22 +0200 |
| commit | 0af88e3c0495c5dfc78a8a31d0d8d4fee4f5aea8 (patch) | |
| tree | 268692c451f8dc426a7c8e4ed3e1f6328e4639fe | |
| parent | e69f2ab8c071f53a09cca0cca335c7e38270f159 (diff) | |
| download | rust-0af88e3c0495c5dfc78a8a31d0d8d4fee4f5aea8.tar.gz rust-0af88e3c0495c5dfc78a8a31d0d8d4fee4f5aea8.zip | |
Update a test error message
#17709
| -rw-r--r-- | src/test/compile-fail/extern-foreign-crate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/extern-foreign-crate.rs b/src/test/compile-fail/extern-foreign-crate.rs index 97a5f2a11e9..24b978b0a21 100644 --- a/src/test/compile-fail/extern-foreign-crate.rs +++ b/src/test/compile-fail/extern-foreign-crate.rs @@ -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 `{` |
