Skip to content

Commit e0b2197

Browse files
authored
Merge pull request #78659 from swiftlang/egorzhdan/logger-test-fix
[cxx-interop] Fix a failing test
2 parents e2235e2 + 7537dac commit e0b2197

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)