We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb3bb4 commit 6c97636Copy full SHA for 6c97636
test/Concurrency/Runtime/isolated_deinit_main_sync.swift
@@ -1,5 +1,9 @@
1
// RUN: %target-run-simple-swift(-enable-experimental-feature IsolatedDeinit -Xfrontend -disable-availability-checking) | %FileCheck %s
2
3
+// REQUIRES: executable_test
4
+// REQUIRES: concurrency
5
+// REQUIRES: concurrency_runtime
6
+
7
var isDead: Bool = false
8
9
public class Foo {
0 commit comments