From af32c015aa6fa33cbbc2986e7f72e5c83f242c35 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Fri, 7 Aug 2015 18:23:37 +0200 Subject: [PATCH] placate the pretty tests by ignoring my test. --- src/test/run-pass/issue-27401-dropflag-reinit.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/issue-27401-dropflag-reinit.rs b/src/test/run-pass/issue-27401-dropflag-reinit.rs index 99d5e5cd536d..ab8f22e78be7 100644 --- a/src/test/run-pass/issue-27401-dropflag-reinit.rs +++ b/src/test/run-pass/issue-27401-dropflag-reinit.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-pretty #27582 + // Check that when a `let`-binding occurs in a loop, its associated // drop-flag is reinitialized (to indicate "needs-drop" at the end of // the owning variable's scope).