From 9cc497a989cfc18d2392dfe7066fbcbef6ef1fd5 Mon Sep 17 00:00:00 2001 From: Alex Guteniev Date: Wed, 25 Mar 2026 07:56:15 +0200 Subject: [PATCH] Don't test ARM64EC vectorized bitset fallbacks --- tests/std/tests/VSO_0000000_vector_algorithms/test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/std/tests/VSO_0000000_vector_algorithms/test.cpp b/tests/std/tests/VSO_0000000_vector_algorithms/test.cpp index 4a29aa63e8..264b0c1926 100644 --- a/tests/std/tests/VSO_0000000_vector_algorithms/test.cpp +++ b/tests/std/tests/VSO_0000000_vector_algorithms/test.cpp @@ -1966,8 +1966,6 @@ int main() { test_replace(gen); test_replace(gen); test_replace(gen); - - test_bitset(gen); #else // ^^^ defined(_CALL_ALL_X64_VECTOR_ALGORITHMS_ON_ARM64EC) / normal test coverage vvv test_vector_algorithms(gen); test_various_containers();