]> git.lizzy.rs Git - rust.git/commitdiff
placate the pretty tests by ignoring my test.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 7 Aug 2015 16:23:37 +0000 (18:23 +0200)
committerSteven Fackler <sfackler@gmail.com>
Tue, 11 Aug 2015 00:04:17 +0000 (20:04 -0400)
src/test/run-pass/issue-27401-dropflag-reinit.rs

index 99d5e5cd536df9af95df89a31b68536abd779305..ab8f22e78be725eb8ada2bab60d8ae1d4a0f7c32 100644 (file)
@@ -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).