testsuite: Un-xfail unit-like-struct-drop-run on Windows

Closes #7999
This commit is contained in:
Tim Chevalier 2013-09-30 11:41:34 -07:00
parent 5011bbfbb6
commit 60eb04aea9
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
// except according to those terms.
// Make sure the destructor is run for unit-like structs.
// xfail-fast
use std::task;
@ -21,7 +20,7 @@ impl Drop for Foo {
}
}
fn main() {
pub fn main() {
let x = do task::try {
let _b = Foo;
};