Skip to content

Commit c754929

Browse files
authored
Merge pull request swiftlang#36915 from xedin/disable-ufaing-data-race-test
[Tests] NFC: Disable concurrency data race detection test on all plat…
2 parents 3f6eb2f + 6139a4f commit c754929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/Runtime/data_race_detection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: use_os_stdlib
1010

1111
// https://bugs.swift.org/browse/SR-14486
12-
// UNSUPPORTED: linux
12+
// REQUIRES: sr14486
1313

1414
import _Concurrency
1515
import Dispatch

0 commit comments

Comments
 (0)