Files
swift-mirror/test/Interop/Cxx/objc-correctness/os-logger.swift
Egor Zhdan 7537dac9b0 [cxx-interop] Fix a failing test
The API that is being used is not available on all versions of all platforms.

rdar://142973844
2025-01-15 18:14:59 +00:00

9 lines
187 B
Swift

// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs -cxx-interoperability-mode=default %s
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
import os
var _: os.Logger! = nil