summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/simplify_arm_identity.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/simplify_arm_identity.rs')
-rw-r--r--tests/mir-opt/simplify_arm_identity.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/simplify_arm_identity.rs b/tests/mir-opt/simplify_arm_identity.rs
index e122cd50e..1b546c393 100644
--- a/tests/mir-opt/simplify_arm_identity.rs
+++ b/tests/mir-opt/simplify_arm_identity.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
// Checks that `SimplifyArmIdentity` is not applied if enums have incompatible layouts.
// Regression test for issue #66856.
//