summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/while_let_loops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/while_let_loops.rs')
-rw-r--r--src/test/mir-opt/while_let_loops.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/mir-opt/while_let_loops.rs b/src/test/mir-opt/while_let_loops.rs
index f320a218c..fc56cd698 100644
--- a/src/test/mir-opt/while_let_loops.rs
+++ b/src/test/mir-opt/while_let_loops.rs
@@ -1,6 +1,5 @@
// EMIT_MIR while_let_loops.change_loop_body.ConstProp.diff
// EMIT_MIR while_let_loops.change_loop_body.PreCodegen.after.mir
-// EMIT_MIR_FOR_EACH_BIT_WIDTH
pub fn change_loop_body() {
let mut _x = 0;