diff options
Diffstat (limited to '')
-rw-r--r-- | tests/mir-opt/remove_zsts.rs | 1 |
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, |