Skip to content

Commit 289a274

Browse files
committed
Disable a rustc test that depends on -Cpanic=unwind
1 parent e935766 commit 289a274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
3131
# FIXME add needs-unwind to these tests
3232
rm -r tests/run-make/libtest-junit
3333
rm tests/ui/asm/may_unwind.rs
34+
rm tests/ui/stable-mir-print/basic_function.rs
3435

3536
# extra warning about -Cpanic=abort for proc macros
3637
rm tests/ui/proc-macro/crt-static.rs

0 commit comments

Comments
 (0)