diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-14 01:55:35 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-14 11:12:06 +1000 |
| commit | 8431e609ea47ff7a396888233baf23159c620dca (patch) | |
| tree | 23d0db0efaba1ddb48d49c9ff5aa6e49691c92cb | |
| parent | e6c3e4a000557580e75464f843714bd34ae00c99 (diff) | |
| download | rust-8431e609ea47ff7a396888233baf23159c620dca.tar.gz rust-8431e609ea47ff7a396888233baf23159c620dca.zip | |
xfail test on windows, because extern mod doesn't work there
| -rw-r--r-- | src/test/run-pass/deriving-global.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/deriving-global.rs b/src/test/run-pass/deriving-global.rs index fce6d17c5f0..3d5bacee71c 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. |
