1
Fork 0

placate the pretty tests by ignoring my test.

This commit is contained in:
Felix S. Klock II 2015-08-07 18:23:37 +02:00
parent 6170435055
commit 1a68b18763

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore-pretty #27582
// Check that when a `let`-binding occurs in a loop, its associated // Check that when a `let`-binding occurs in a loop, its associated
// drop-flag is reinitialized (to indicate "needs-drop" at the end of // drop-flag is reinitialized (to indicate "needs-drop" at the end of
// the owning variable's scope). // the owning variable's scope).