Skip to content

Commit 3919fe1

Browse files
committed
Tests: Mark SILOptimizer/propagate_opaque_return_type.swift as unsupported for back deployment.
It requires a deployment target that is too new for back deployment runtime testing. Resolves rdar://159026084.
1 parent 83a6c1a commit 3919fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/propagate_opaque_return_type.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// REQUIRES: executable_test
44

5+
// UNSUPPORTED: back_deployment_runtime
6+
57
protocol P {}
68
extension P {
79
func foo() -> some Sequence<Int> {

0 commit comments

Comments
 (0)