about summary refs log tree commit diff
path: root/tests/mir-opt/copy-prop/mutate_through_pointer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/copy-prop/mutate_through_pointer.rs')
-rw-r--r--tests/mir-opt/copy-prop/mutate_through_pointer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/copy-prop/mutate_through_pointer.rs b/tests/mir-opt/copy-prop/mutate_through_pointer.rs
index 753787089b5..e36a10846a6 100644
--- a/tests/mir-opt/copy-prop/mutate_through_pointer.rs
+++ b/tests/mir-opt/copy-prop/mutate_through_pointer.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 // unit-test: CopyProp
 //
 // This attempts to mutate `a` via a pointer derived from `addr_of!(a)`. That is UB