Skip to content

Commit 24de636

Browse files
committed
[AutoDiff] Re-enable control_flow.swift test.
This test was disabled in SR-12741 due to iphonesimulator-i386 failures. Enabling the test on other platforms is important to prevent regressions.
1 parent 3c3093d commit 24de636

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/AutoDiff/validation-test/control_flow.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4-
// REQUIRES: SR12741
4+
// FIXME(SR-12741): Enable test for all platforms after debugging
5+
// iphonesimulator-i386-specific failures.
6+
// REQUIRES: CPU=x86_64
57

68
import _Differentiation
79
import StdlibUnittest

0 commit comments

Comments
 (0)