Disable test clang-module-dump.swift to unblock CI

This commit is contained in:
Meghana Gupta
2021-10-08 17:52:58 -07:00
parent 5830ceaca9
commit c7e301fa97

View File

@@ -5,3 +5,5 @@
// 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