mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -2,6 +2,8 @@
|
||||
|
||||
// REQUIRES: executable_test
|
||||
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
protocol P {}
|
||||
extension P {
|
||||
func foo() -> some Sequence<Int> {
|
||||
|
||||
Reference in New Issue
Block a user