about summary refs log tree commit diff
path: root/src/test/mir-opt/array-index-is-temporary.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/array-index-is-temporary.rs')
-rw-r--r--src/test/mir-opt/array-index-is-temporary.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/array-index-is-temporary.rs b/src/test/mir-opt/array-index-is-temporary.rs
index 0e4c486e464..e7bde81d4ca 100644
--- a/src/test/mir-opt/array-index-is-temporary.rs
+++ b/src/test/mir-opt/array-index-is-temporary.rs
@@ -7,7 +7,7 @@ unsafe fn foo(z: *mut usize) -> u32 {
     99
 }
 
-// EMIT_MIR_FOR_EACH_BIT_WIDTH
+
 // EMIT_MIR array_index_is_temporary.main.SimplifyCfg-elaborate-drops.after.mir
 fn main() {
     let mut x = [42, 43, 44];