Skip to content

Commit 8935510

Browse files
committed
Do not test with back deployment since this is a new-ish feature area
1 parent 9e1dcd6 commit 8935510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/Reflection/reflect_UnsafeContinuation.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// REQUIRES: executable_test
99
// UNSUPPORTED: use_os_stdlib
1010
// UNSUPPORTED: ASAN
11+
// UNSUPPORTED: back_deployment_runtime
1112

1213
import SwiftReflectionTest
1314

@@ -22,7 +23,7 @@ struct MyError: Error {
2223
@available(SwiftStdlib 5.1, *)
2324
class MyClass {
2425
let cont: UnsafeContinuation<MyValue, any Error>
25-
26+
2627
init(cont: UnsafeContinuation<MyValue, any Error>) {
2728
self.cont = cont
2829
}

0 commit comments

Comments
 (0)