Skip to content

Commit 6c97636

Browse files
test: Mark isolated_deinit_main_sync as concurrency executable test
1 parent 9bb3bb4 commit 6c97636

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Concurrency/Runtime/isolated_deinit_main_sync.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// RUN: %target-run-simple-swift(-enable-experimental-feature IsolatedDeinit -Xfrontend -disable-availability-checking) | %FileCheck %s
22

3+
// REQUIRES: executable_test
4+
// REQUIRES: concurrency
5+
// REQUIRES: concurrency_runtime
6+
37
var isDead: Bool = false
48

59
public class Foo {

0 commit comments

Comments
 (0)