summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/remove_zsts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/remove_zsts.rs')
-rw-r--r--tests/mir-opt/remove_zsts.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/remove_zsts.rs b/tests/mir-opt/remove_zsts.rs
index 1cf7ad6e3..e33a272fe 100644
--- a/tests/mir-opt/remove_zsts.rs
+++ b/tests/mir-opt/remove_zsts.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
union Foo {
x: (),
y: u64,