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.
This commit is contained in:
Allan Shortlidge
2025-08-26 15:42:52 -07:00
parent 83a6c1a618
commit 3919fe1459

View File

@@ -2,6 +2,8 @@
// REQUIRES: executable_test
// UNSUPPORTED: back_deployment_runtime
protocol P {}
extension P {
func foo() -> some Sequence<Int> {