From 0af88e3c0495c5dfc78a8a31d0d8d4fee4f5aea8 Mon Sep 17 00:00:00 2001 From: Felix Raimundo Date: Sun, 12 Oct 2014 23:48:22 +0200 Subject: [PATCH] Update a test error message #17709 --- src/test/compile-fail/extern-foreign-crate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `{`