Files
swift-mirror/test/SourceKit/DocSupport/doc_clang_module.swift
Ben Langmuir 0b93a247c6 [test] Remove now-redundant %mcp_opt from sourcekit tests
Remove `%mcp_opt` from commands that use `%sourcekitd-test` and
`%complete-test`, as they are now redundant with the lit substitution.
2020-01-22 11:12:25 -08:00

12 lines
421 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: -target %target-triple %clang-importer-sdk-nosource -I %t | %sed_clean > %t.response
// RUN: diff -u %s.response %t.response