]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/bad-expr-path.rs
test: Automatically remove all `~[T]` from tests.
[rust.git] / src / test / compile-fail / bad-expr-path.rs
index c17baf40d6446c4ac784554bf57b1aeab4e2bb86..6ba5a3333c5bc1df5993bb484ca5f968722b99e5 100644 (file)
@@ -12,4 +12,4 @@
 
 mod m1 {}
 
-fn main(args: ~[str]) { log(debug, m1::a); }
+fn main(args: vec!(str)) { log(debug, m1::a); }