]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-fail/unwind-partial-box.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-fail / unwind-partial-box.rs
index e13c818ee44be8f8d871704fb73e90212593506f..80e1b60ee5a9e9e2c8572f854f3b13970fa17c47 100644 (file)
@@ -12,6 +12,8 @@
 
 #[feature(managed_boxes)];
 
+use std::vec_ng::Vec;
+
 fn f() -> Vec<int> { fail!(); }
 
 // Voodoo. In unwind-alt we had to do this to trigger the bug. Might