We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc94ac3 commit 4e6c4fbCopy full SHA for 4e6c4fb
test/ModuleInterface/clang-args-transitive-availability.swift
@@ -10,8 +10,6 @@
10
// RUN: %validate-json %t/deps.json &>/dev/null
11
// RUN: %FileCheck %s < %t/deps.json
12
13
-// REQUIRES: rdar151740686
14
-
15
import ImportsMacroSpecificClangModule
16
17
// CHECK: "directDependencies": [
@@ -54,6 +52,7 @@ import ImportsMacroSpecificClangModule
54
52
// CHECK-NEXT: "sourceFiles": [
55
53
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
56
// CHECK-DAG: "{{.*}}module.modulemap"
+// CHECK-DAG: "{{.*}}SDKSettings.json"
57
// CHECK-NEXT: ],
58
// CHECK-NEXT: "directDependencies": [
59
0 commit comments