We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5830cea commit c7e301fCopy full SHA for c7e301f
test/api-digester/clang-module-dump.swift
@@ -5,3 +5,5 @@
5
// RUN: %empty-directory(%t.module-cache)
6
// 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
7
// RUN: diff -u %S/Outputs/clang-module-dump.txt %t.result
8
+
9
+// REQUIRES: rdar84050936
0 commit comments