]> git.lizzy.rs Git - rust.git/blobdiff - src/test/debug-info/issue11600.rs
test: Automatically remove all `~[T]` from tests.
[rust.git] / src / test / debug-info / issue11600.rs
index 83ad5c4c7fabf60d475876c8027c7d95c53ded01..baf020672ec5243dff9a52f8612edc0780ddfd29 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 fn main() {
-    let args : ~[~str] = ::std::os::args();
+    let args : Vec<~str> = ::std::os::args();
     ::std::io::println(args[0]);
 }