about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-25 14:41:19 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-25 14:41:19 +0000
commit654ce59f701b05fb15ef6c009988a4d0fc4b34c4 (patch)
treefb06a4ea06da1f38ef67b7fef54940eeed8ee03a
parent187decaf18a2ceb9d1e8e04bd273de807318526b (diff)
downloadrust-654ce59f701b05fb15ef6c009988a4d0fc4b34c4.tar.gz
rust-654ce59f701b05fb15ef6c009988a4d0fc4b34c4.zip
Remove ignore for fixed rustc test
-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 d3d1477bdec..7e4a1a5c787 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -49,7 +49,6 @@ rm tests/ui/proc-macro/allowed-signatures.rs
 rm tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs
 
 # vendor intrinsics
-rm tests/ui/simd/array-type.rs # "Index argument for `simd_insert` is not a constant"
 rm tests/ui/asm/x86_64/evex512-implicit-feature.rs # unimplemented AVX512 x86 vendor intrinsic
 
 # exotic linkages