about summary refs log tree commit diff
path: root/src/test/compile-fail/bad-expr-path2.rs
diff options
context:
space:
mode:
authorLuqman Aden <laden@csclub.uwaterloo.ca>2013-02-26 17:23:12 -0800
committerLuqman Aden <laden@csclub.uwaterloo.ca>2013-02-26 17:23:30 -0800
commita0866d0166283ffca0ce6ded21ba11ffb73f9554 (patch)
tree7b12d8240c298dc956929460d81c8100844581a3 /src/test/compile-fail/bad-expr-path2.rs
parentf460c2adf8223fdff2eaa039af8781bcba11e587 (diff)
downloadrust-a0866d0166283ffca0ce6ded21ba11ffb73f9554.tar.gz
rust-a0866d0166283ffca0ce6ded21ba11ffb73f9554.zip
Adjust error messages for compile-fail tests.
Diffstat (limited to 'src/test/compile-fail/bad-expr-path2.rs')
-rw-r--r--src/test/compile-fail/bad-expr-path2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/bad-expr-path2.rs b/src/test/compile-fail/bad-expr-path2.rs
index 5545bbf68f0..88239a4cc3f 100644
--- a/src/test/compile-fail/bad-expr-path2.rs
+++ b/src/test/compile-fail/bad-expr-path2.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
+// error-pattern: unresolved name: `m1::a`. Did you mean: `args`?
 
 mod m1 {
     pub mod a {}