about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-11-14 13:13:44 -0800
committerBrian Anderson <banderson@mozilla.com>2011-11-14 13:13:44 -0800
commitc74fd1dc772ca67ec4d885152f01e33acad9213c (patch)
treedc745030544b7b07be85ed63a3f843944798ad48
parentb8dd148444d47ba75e635c34025fc0662ca69db0 (diff)
downloadrust-c74fd1dc772ca67ec4d885152f01e33acad9213c.tar.gz
rust-c74fd1dc772ca67ec4d885152f01e33acad9213c.zip
Un-xfail-win32 two tests that should actually work
-rw-r--r--src/test/run-pass/task-comm-chan-cleanup.rs1
-rw-r--r--src/test/run-pass/task-comm-chan-cleanup2.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/task-comm-chan-cleanup.rs b/src/test/run-pass/task-comm-chan-cleanup.rs
index a94edb98a26..2098ecfc077 100644
--- a/src/test/run-pass/task-comm-chan-cleanup.rs
+++ b/src/test/run-pass/task-comm-chan-cleanup.rs
@@ -1,4 +1,3 @@
-// xfail-win32 Requires unwinding
 use std;
 import std::comm;
 
diff --git a/src/test/run-pass/task-comm-chan-cleanup2.rs b/src/test/run-pass/task-comm-chan-cleanup2.rs
index db53bdfe74d..45d1449972b 100644
--- a/src/test/run-pass/task-comm-chan-cleanup2.rs
+++ b/src/test/run-pass/task-comm-chan-cleanup2.rs
@@ -1,4 +1,3 @@
-// xfail-win32 Requires unwinding
 use std;
 import std::comm;