summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/copy-prop/reborrow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/copy-prop/reborrow.rs')
-rw-r--r--tests/mir-opt/copy-prop/reborrow.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/copy-prop/reborrow.rs b/tests/mir-opt/copy-prop/reborrow.rs
index c37ba5e5c..57c4fb8ad 100644
--- a/tests/mir-opt/copy-prop/reborrow.rs
+++ b/tests/mir-opt/copy-prop/reborrow.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// Check that CopyProp considers reborrows as not mutating the pointer.
// unit-test: CopyProp