Skip to content

Commit 9a956dd

Browse files
author
Max Moiseev
committed
[test] Require objc_interop for AVFoundation tests
1 parent 64a77ca commit 9a956dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/stdlib/AVFoundation_Swift3.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: rm -rf %t && mkdir %t
22
// RUN: %target-build-swift -swift-version 3 %s -o %t/a.out
33
// RUN: %target-run %t/a.out
4+
// REQUIRES: objc_interop
45
// REQUIRES: executable_test
56
// CoreMedia is not present on watchOS.
67
// UNSUPPORTED: OS=watchos

test/stdlib/AVFoundation_Swift4.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: rm -rf %t && mkdir %t
22
// RUN: %target-build-swift -swift-version 4 %s -o %t/a.out
33
// RUN: %target-run %t/a.out
4+
// REQUIRES: objc_interop
45
// REQUIRES: executable_test
56
// CoreMedia is not present on watchOS.
67
// UNSUPPORTED: OS=watchos

0 commit comments

Comments
 (0)