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 93aa3db1613..86fc40027f9 100644
--- a/src/test/compile-fail/bad-expr-path.rs
+++ b/src/test/compile-fail/bad-expr-path.rs
@@ -2,4 +2,4 @@
 
 mod m1 { }
 
-fn main(args: vec[str]) { log m1::a; }
\ No newline at end of file
+fn main(args: [str]) { log m1::a; }
\ No newline at end of file