]> git.lizzy.rs Git - rust.git/commitdiff
remove compile-flags
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 16 May 2017 01:12:40 +0000 (21:12 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Tue, 16 May 2017 01:12:40 +0000 (21:12 -0400)
src/test/mir-opt/issue-41697.rs

index d59b6a16562acbf213931a798b8a1e89d10fd19b..47eeffe35a83e81bc9c0a0dea74af798b38edaa9 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// compile-flags:-Zdump-mir=NEVER_MATCHED
-
 // Regression test for #41697. Using dump-mir was triggering
 // artificial cycles: during type-checking, we had to get the MIR for
 // the constant expressions in `[u8; 2]`, which in turn would trigger