diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-06-24 01:45:06 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-06-24 01:45:06 -0400 |
| commit | 1e7ca8dd24f4ea7e2aefa46dbf75f8695d139375 (patch) | |
| tree | 2b2e46fdd843e04c68c821be7bec0f36b3469aa8 | |
| parent | 3ab5ec4b7c854290ad1bc5192c70cbc0856a5fa7 (diff) | |
| download | rust-1e7ca8dd24f4ea7e2aefa46dbf75f8695d139375.tar.gz rust-1e7ca8dd24f4ea7e2aefa46dbf75f8695d139375.zip | |
xfail-pretty on un-xfailed test
| -rw-r--r-- | src/test/run-pass/deriving-global.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/deriving-global.rs b/src/test/run-pass/deriving-global.rs index 409c31f1fa5..7804ce48c70 100644 --- a/src/test/run-pass/deriving-global.rs +++ b/src/test/run-pass/deriving-global.rs @@ -1,4 +1,5 @@ // xfail-fast #7103 `extern mod` does not work on windows +// xfail-pretty - does not converge // Copyright 2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at |
