about summary refs log tree commit diff
path: root/tests/mir-opt/while_storage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/while_storage.rs')
-rw-r--r--tests/mir-opt/while_storage.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/while_storage.rs b/tests/mir-opt/while_storage.rs
index d4fb54da575..3a3d451ee8d 100644
--- a/tests/mir-opt/while_storage.rs
+++ b/tests/mir-opt/while_storage.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 // EMIT_MIR_FOR_EACH_PANIC_STRATEGY
 // Test that we correctly generate StorageDead statements for while loop
 // conditions on all branches