about summary refs log tree commit diff
path: root/src/test/compile-fail/bad-expr-path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/bad-expr-path.rs')
-rw-r--r--src/test/compile-fail/bad-expr-path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/bad-expr-path.rs b/src/test/compile-fail/bad-expr-path.rs
index 30014817308..c17baf40d64 100644
--- a/src/test/compile-fail/bad-expr-path.rs
+++ b/src/test/compile-fail/bad-expr-path.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// error-pattern: unresolved name: `m1::a`. Did you mean: `args`?
+// error-pattern: unresolved name `m1::a`. Did you mean `args`?
 
 mod m1 {}