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 d610493 commit 3e60e12Copy full SHA for 3e60e12
test/SILGen/observers.swift
@@ -1,5 +1,7 @@
1
2
-// RUN: %target-swift-emit-silgen -swift-version 5 -Xllvm -sil-full-demangle -parse-as-library -disable-objc-attr-requires-foundation-module -enable-objc-interop %s | %FileCheck %s
+// RUN: %target-swift-emit-silgen -swift-version 5 -disable-availability-checking -Xllvm -sil-full-demangle -parse-as-library -disable-objc-attr-requires-foundation-module -enable-objc-interop %s | %FileCheck %s
3
+
4
+// REQUIRES: concurrency
5
6
var zero: Int = 0
7
0 commit comments