Skip to content

Commit 1d939d4

Browse files
committed
[Test] Run in right contexts.
The validation-test/SILOptimizer/lexical-lifetimes.swift test uses concurrency features. Specified where that means the test can run appropriately.
1 parent a2e7347 commit 1d939d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

validation-test/SILOptimizer/lexical-lifetimes.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -disable-availability-checking -parse-as-library -Xfrontend -enable-copy-propagation) | %FileCheck %s
22

3-
// REQUIRES: concurrency
43
// REQUIRES: executable_test
4+
// REQUIRES: concurrency
5+
// REQUIRES: concurrency_runtime
6+
// UNSUPPORTED: back_deployment_runtime
57

68
// =============================================================================
79
// = Declarations {{ =

0 commit comments

Comments
 (0)