From e23fad0e6a9a7104c779d02c8568a81ada37d7cc Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Tue, 26 Mar 2013 17:55:41 -0700 Subject: [PATCH] Oh, cool, I xfailed the wrong test, neat --- src/test/run-pass/issue-4241.rs | 1 + 1 file changed, 1 insertion(+) 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;