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