diff --git a/build_system/tests.rs b/build_system/tests.rs index 29600c3346c..5e6990c8a27 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -230,13 +230,6 @@ const fn jit_bin(config: &'static str, source: &'static str, args: &'static str) if runner.is_native { let mut test_cmd = PORTABLE_SIMD.test(&runner.target_compiler, &runner.dirs); test_cmd.arg("-q"); - // FIXME remove after portable-simd update - test_cmd - .arg("--") - .arg("--skip") - .arg("core_simd::swizzle::simd_swizzle") - .arg("--skip") - .arg("core_simd::vector::Simd::lanes"); spawn_and_wait(test_cmd); } }),