about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-10 08:48:36 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-10 08:48:36 +0000
commit169793591c3c1a32a8d4dddc138adb57aacdfcb8 (patch)
treedfef7407c375c6bffa3353817763aa187866d239
parent147ac7ad5dd30a68a23e7abc23abe5691b7897b9 (diff)
parent3998964879e709cfc1728edb3e596c3ec0a7696e (diff)
downloadrust-169793591c3c1a32a8d4dddc138adb57aacdfcb8.tar.gz
rust-169793591c3c1a32a8d4dddc138adb57aacdfcb8.zip
Sync from rust 824759493246ee383beb9cd5ceffa0e15deb9fa4
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 442d61c6ade..e569da90cf7 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -123,7 +123,6 @@ rm tests/ui/mir/mir_raw_fat_ptr.rs # same
 rm tests/ui/consts/issue-33537.rs # same
 rm tests/ui/consts/const-mut-refs-crate.rs # same
 rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
-rm tests/ui/invalid-compile-flags/crate-type-flag.rs # warning about proc-macros and panic=abort
 
 # doesn't work due to the way the rustc test suite is invoked.
 # should work when using ./x.py test the way it is intended