about summary refs log tree commit diff
path: root/src/test/compile-fail/bad-expr-path2.rs
diff options
context:
space:
mode:
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 da6cfb652b5..14bcfdf8352 100644
--- a/src/test/compile-fail/bad-expr-path2.rs
+++ b/src/test/compile-fail/bad-expr-path2.rs
@@ -4,4 +4,4 @@ mod m1 {
     mod a { }
 }
 
-fn main(args: [str]) { log(debug, m1::a); }
+fn main(args: [str]/~) { log(debug, m1::a); }