about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-30 12:38:09 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-30 12:38:09 +0000
commitfd4e1d55ea209dcdef728ef0a2d3a9541c25da16 (patch)
treeb597e7e1ee1abb37d68e7347e842f055e4da0aff
parentdc7409c8ec53b6a2571b9856435bb07b29fa9515 (diff)
downloadrust-fd4e1d55ea209dcdef728ef0a2d3a9541c25da16.tar.gz
rust-fd4e1d55ea209dcdef728ef0a2d3a9541c25da16.zip
Fix rustc test suite
-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 8e8c81d22f3..1d3188fa234 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -117,7 +117,6 @@ rm tests/ui/simd/simd-bitmask.rs # crash
 # bugs in the test suite
 # ======================
 rm tests/ui/backtrace.rs # TODO warning
-rm tests/ui/simple_global_asm.rs # TODO add needs-asm-support
 rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
 
 rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd