mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
REQUIRES-ANY is deprecated and being removed. Use boolean expressions. rdar://problem/58549266
12 lines
430 B
Swift
12 lines
430 B
Swift
// REQUIRES: objc_interop
|
|
|
|
// FIXME: the test output we're comparing to is specific to macOS.
|
|
// REQUIRES: OS=macosx
|
|
|
|
// RUN: %empty-directory(%t)
|
|
// RUN: %build-clang-importer-objc-overlays
|
|
|
|
// RUN: %sourcekitd-test -req=doc-info -module Foo -- -F %S/../Inputs/libIDE-mock-sdk \
|
|
// RUN: %mcp_opt -target %target-triple %clang-importer-sdk-nosource -I %t | %sed_clean > %t.response
|
|
// RUN: diff -u %s.response %t.response
|