mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Tests: Mark Concurrency/Runtime/reasync.swift unsupported for back deployment.
Every other test in this directory has `UNSUPPORTED: back_deployment_runtime` but this one did not, for some reason. Resolves rdar://159025986.
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: concurrency
|
||||
|
||||
// rdar://76038845
|
||||
// REQUIRES: concurrency_runtime
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
import StdlibUnittest
|
||||
import reasync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user