about summary refs log tree commit diff
path: root/src/test/parse-fail/empty-impl-semicolon.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/parse-fail/empty-impl-semicolon.rs')
-rw-r--r--src/test/parse-fail/empty-impl-semicolon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/parse-fail/empty-impl-semicolon.rs b/src/test/parse-fail/empty-impl-semicolon.rs
index e356ab1debc..d9f8add8cfb 100644
--- a/src/test/parse-fail/empty-impl-semicolon.rs
+++ b/src/test/parse-fail/empty-impl-semicolon.rs
@@ -10,4 +10,4 @@
 
 // compile-flags: -Z parse-only
 
-impl Foo; //~ ERROR expected one of `(`, `+`, `..`, `::`, `<`, `for`, `where`, or `{`, found `;`
+impl Foo; //~ ERROR expected one of `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`