]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/import4.rs
test: Automatically remove all `~[T]` from tests.
[rust.git] / src / test / compile-fail / import4.rs
index af4d0ebe6bafa7dcb0e8e5c196b5de432290b844..feb94708520c2d989b1fe3c17309e8ac83ddb902 100644 (file)
@@ -13,4 +13,4 @@
 mod a { pub use b::foo; }
 mod b { pub use a::foo; }
 
-fn main(args: ~[str]) { println!("loop"); }
+fn main() { println!("loop"); }