]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/import.rs
test: Remove all uses of `~str` from the test suite.
[rust.git] / src / test / compile-fail / import.rs
index 350b077690418d2b342ef7ffb0fcc2ee7a772e57..654443bde24c96e273bf8599282f33ce8b8e21e9 100644 (file)
@@ -16,4 +16,4 @@
 mod zed {
     pub fn bar() { println!("bar"); }
 }
-fn main(args: Vec<~str>) { bar(); }
+fn main(args: Vec<StrBuf>) { bar(); }