about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2015-08-07 18:23:37 +0200
committerSteven Fackler <sfackler@gmail.com>2015-08-10 20:04:17 -0400
commitaf32c015aa6fa33cbbc2986e7f72e5c83f242c35 (patch)
tree088929dbc7a2bfa68683edd6db7f6dc14d7764a4 /src
parentfc54934d8893f9fb6eed88c09557f2228146bef1 (diff)
downloadrust-af32c015aa6fa33cbbc2986e7f72e5c83f242c35.tar.gz
rust-af32c015aa6fa33cbbc2986e7f72e5c83f242c35.zip
placate the pretty tests by ignoring my test.
Diffstat (limited to 'src')
-rw-r--r--src/test/run-pass/issue-27401-dropflag-reinit.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-27401-dropflag-reinit.rs b/src/test/run-pass/issue-27401-dropflag-reinit.rs
index 99d5e5cd536..ab8f22e78be 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).