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.
2 parents 3934652 + 35e4fa8 commit c4ee4d9Copy full SHA for c4ee4d9
test/ModuleInterface/clang-args-transitive-availability.swift
@@ -1,4 +1,3 @@
1
-// REQUIRES: rdar151740742
2
// This test ensures that the parent invocation's '-Xcc X' flags are inherited when building dependency modules
3
// RUN: %empty-directory(%t)
4
@@ -10,8 +9,6 @@
10
9
// 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,7 +51,7 @@ import ImportsMacroSpecificClangModule
54
51
// CHECK-NEXT: "sourceFiles": [
55
52
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
56
53
// CHECK-DAG: "{{.*}}module.modulemap"
57
-// CHECK-NEXT: ],
+// CHECK: ],
58
// CHECK-NEXT: "directDependencies": [
59
// CHECK-NEXT: ],
60
// CHECK-NEXT: "linkLibraries": [
0 commit comments