summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/remove_zsts_dont_touch_unions.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/remove_zsts_dont_touch_unions.rs')
-rw-r--r--src/test/mir-opt/remove_zsts_dont_touch_unions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/remove_zsts_dont_touch_unions.rs b/src/test/mir-opt/remove_zsts_dont_touch_unions.rs
index 7a6f86b80..8b9de9b4d 100644
--- a/src/test/mir-opt/remove_zsts_dont_touch_unions.rs
+++ b/src/test/mir-opt/remove_zsts_dont_touch_unions.rs
@@ -1,4 +1,4 @@
-// compile-flags: -Zmir-opt-level=3
+// unit-test: RemoveZsts
// Ensure RemoveZsts doesn't remove ZST assignments to union fields,
// which causes problems in Miri.