about summary refs log tree commit diff
path: root/src/test/compile-fail/unsized.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/unsized.rs')
-rw-r--r--src/test/compile-fail/unsized.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/unsized.rs b/src/test/compile-fail/unsized.rs
index d5c2bbb21ca..43db4dfd395 100644
--- a/src/test/compile-fail/unsized.rs
+++ b/src/test/compile-fail/unsized.rs
@@ -10,7 +10,7 @@
 
 // Test syntax checks for `type` keyword.
 
-struct S1 for type; //~ ERROR expected `{`, `(`, or `;` after struct name but found `for`
+struct S1 for type; //~ ERROR expected `{`, `(`, or `;` after struct name, found `for`
 
 pub fn main() {
 }