From 1e7ca8dd24f4ea7e2aefa46dbf75f8695d139375 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 24 Jun 2013 01:45:06 -0400 Subject: [PATCH] xfail-pretty on un-xfailed test --- src/test/run-pass/deriving-global.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/deriving-global.rs b/src/test/run-pass/deriving-global.rs index 409c31f1fa5e..7804ce48c705 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