Skip to content

Commit e3965f1

Browse files
Merge pull request swiftlang#61419 from mikeash/dont-test-concurrentTypeByName-against-old-swiftcores
[Test] Don't test concurrentTypeByName.swift against old, unfixed runtimes.
2 parents 0ab44d5 + ed7b7ca commit e3965f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Runtime/concurrentTypeByName.swift

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

4+
// UNSUPPORTED: use_os_stdlib
5+
// UNSUPPORTED: back_deployment_runtime
6+
47
import StdlibUnittest
58
import SwiftPrivateThreadExtras
69

0 commit comments

Comments
 (0)