From b93393e907eddab513fa2be541af4356b8203282 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 27 Mar 2013 07:35:49 -0700 Subject: [PATCH] test: xfail-pretty one of the run-pass tests. rs=burningtree --- src/test/run-pass/regions-fn-subtyping.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/regions-fn-subtyping.rs b/src/test/run-pass/regions-fn-subtyping.rs index 652a7a33396..3233e900e58 100644 --- a/src/test/run-pass/regions-fn-subtyping.rs +++ b/src/test/run-pass/regions-fn-subtyping.rs @@ -1,3 +1,5 @@ +// xfail-pretty + // Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT.