diff options
| -rw-r--r-- | src/test/run-pass/unwind-resource.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/unwind-resource.rs b/src/test/run-pass/unwind-resource.rs index 450e81bee33..a36be079b43 100644 --- a/src/test/run-pass/unwind-resource.rs +++ b/src/test/run-pass/unwind-resource.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-win32 +// xfail-test extern mod extra; use std::comm::*; |
