From 2d83930c6a7c76201f25c710b8903f014771c2fe Mon Sep 17 00:00:00 2001 From: "Henrik G. Olsson" Date: Tue, 11 Nov 2025 21:15:14 -0800 Subject: [PATCH] [test] enable use-std-span.swift on Darwin x86_64 Checking if this test case still crashes in CI since I haven't been able to reproduce it locally. rdar://163049442 --- test/Interop/Cxx/stdlib/use-std-span.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Interop/Cxx/stdlib/use-std-span.swift b/test/Interop/Cxx/stdlib/use-std-span.swift index c86d3602f236c..d9302da7d43b1 100644 --- a/test/Interop/Cxx/stdlib/use-std-span.swift +++ b/test/Interop/Cxx/stdlib/use-std-span.swift @@ -4,9 +4,6 @@ // TODO: test failed in Windows PR testing: rdar://144384453 // UNSUPPORTED: OS=windows-msvc -// TODO: test failed in macOS PR testing but passes locally: rdar://163049442 -// UNSUPPORTED: OS_FAMILY=darwin && !CPU=arm64 - // REQUIRES: executable_test // REQUIRES: std_span