diff options
| author | Luqman Aden <laden@csclub.uwaterloo.ca> | 2013-02-26 17:23:12 -0800 |
|---|---|---|
| committer | Luqman Aden <laden@csclub.uwaterloo.ca> | 2013-02-26 17:23:30 -0800 |
| commit | a0866d0166283ffca0ce6ded21ba11ffb73f9554 (patch) | |
| tree | 7b12d8240c298dc956929460d81c8100844581a3 /src/test/compile-fail/bad-expr-path2.rs | |
| parent | f460c2adf8223fdff2eaa039af8781bcba11e587 (diff) | |
| download | rust-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.rs | 2 |
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 {} |
