From 8431e609ea47ff7a396888233baf23159c620dca Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Fri, 14 Jun 2013 01:55:35 +1000 Subject: [PATCH] xfail test on windows, because extern mod doesn't work there --- src/test/run-pass/deriving-global.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/deriving-global.rs b/src/test/run-pass/deriving-global.rs index fce6d17c5f01..3d5bacee71c6 100644 --- a/src/test/run-pass/deriving-global.rs +++ b/src/test/run-pass/deriving-global.rs @@ -1,3 +1,5 @@ +// xfail-test #7103 `extern mod` does not work on windows + // Copyright 2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT.