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 a11d359 commit ff0974cCopy full SHA for ff0974c
Tests/Functional/Asynchronous/Use/lit.local.cfg
@@ -0,0 +1,2 @@
1
+if 'OS=macosx' not in config.available_features:
2
+ config.unsupported = True
Tests/Functional/Asynchronous/Use/main.swift
@@ -1,6 +1,7 @@
// RUN: %{swiftc} %s -o %T/Use
// RUN: %T/Use > %t || true
3
// RUN: %{xctest_checker} %t %s
4
+// REQUIRES: OS=macosx
5
6
#if os(macOS)
7
import SwiftXCTest
0 commit comments