Skip to content

Commit 3a8ed89

Browse files
committed
[cxx-interop] Fix a failing test
The API that is being used is not available on all versions of all platforms. rdar://142973844
1 parent 426f494 commit 3a8ed89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/objc-correctness/os-logger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs -cxx-interoperability-mode=default %s
22

33
// REQUIRES: objc_interop
4-
// REQUIRES: VENDOR=apple
4+
// REQUIRES: OS=macosx
55

66
import os
77

0 commit comments

Comments
 (0)