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 64a77ca commit 9a956ddCopy full SHA for 9a956dd
test/stdlib/AVFoundation_Swift3.swift
@@ -1,6 +1,7 @@
1
// RUN: rm -rf %t && mkdir %t
2
// RUN: %target-build-swift -swift-version 3 %s -o %t/a.out
3
// RUN: %target-run %t/a.out
4
+// REQUIRES: objc_interop
5
// REQUIRES: executable_test
6
// CoreMedia is not present on watchOS.
7
// UNSUPPORTED: OS=watchos
test/stdlib/AVFoundation_Swift4.swift
// RUN: %target-build-swift -swift-version 4 %s -o %t/a.out
0 commit comments