summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/remove_never_const.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/remove_never_const.rs')
-rw-r--r--tests/mir-opt/remove_never_const.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/remove_never_const.rs b/tests/mir-opt/remove_never_const.rs
index 160cc9555..c144edaff 100644
--- a/tests/mir-opt/remove_never_const.rs
+++ b/tests/mir-opt/remove_never_const.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
// This was originally a regression test for #66975 - ensure that we do not generate never typed
// consts in codegen. We also have tests for this that catches the error, see
// tests/ui/consts/const-eval/index-out-of-bounds-never-type.rs.