From 92b741aad4e329c134544c460b50eb095c0e512e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Sat, 3 May 2014 22:05:21 -0400 Subject: [PATCH] Skip pretty printing for the regions bound test --- src/test/run-pass/regions-bound-lists-feature-gate.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/regions-bound-lists-feature-gate.rs b/src/test/run-pass/regions-bound-lists-feature-gate.rs index e2ac9e4c79e0..163e6670c9c5 100644 --- a/src/test/run-pass/regions-bound-lists-feature-gate.rs +++ b/src/test/run-pass/regions-bound-lists-feature-gate.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-pretty #![feature(issue_5723_bootstrap)]