]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-fail/unwind-rec2.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-fail / unwind-rec2.rs
index 12990722d7b60efb6dc6ce72352a506e74096d83..7b18c678be6f71bb4126c05198b8b03e74deefb9 100644 (file)
@@ -10,6 +10,8 @@
 
 // error-pattern:fail
 
+use std::vec_ng::Vec;
+
 fn build1() -> Vec<int> {
     vec!(0,0,0,0,0,0,0)
 }