mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
409 B
Swift
10 lines
409 B
Swift
// REQUIRES: VENDOR=apple
|
|
|
|
// RUN: %empty-directory(%t.mod)
|
|
// RUN: %empty-directory(%t.sdk)
|
|
// RUN: %empty-directory(%t.module-cache)
|
|
// RUN: %api-digester -dump-sdk -module Foo -o %t.result -module-cache-path %t.module-cache %clang-importer-sdk-nosource -swift-version 4 -I %S/Inputs/Foo -avoid-location -avoid-tool-args
|
|
// RUN: diff -u %S/Outputs/clang-module-dump.txt %t.result
|
|
|
|
// REQUIRES: rdar84050936
|