about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2013-03-26 17:55:41 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2013-03-27 10:09:02 -0700
commite23fad0e6a9a7104c779d02c8568a81ada37d7cc (patch)
tree5785aa84fee017f15b37b4e5b9b53a0e5542e7d6 /src
parente01cf3caf534a5fe7767fef9e14e8cde2f63f1d2 (diff)
downloadrust-e23fad0e6a9a7104c779d02c8568a81ada37d7cc.tar.gz
rust-e23fad0e6a9a7104c779d02c8568a81ada37d7cc.zip
Oh, cool, I xfailed the wrong test, neat
Diffstat (limited to 'src')
-rw-r--r--src/test/run-pass/issue-4241.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-4241.rs b/src/test/run-pass/issue-4241.rs
index d6531f30129..32aa5a0c70a 100644
--- a/src/test/run-pass/issue-4241.rs
+++ b/src/test/run-pass/issue-4241.rs
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
 extern mod std;
 
 use std::net::tcp::TcpSocketBuf;