Skip to content

Commit c4ee4d9

Browse files
authored
Merge pull request #81681 from artemcm/ReEnableClangArgsSDKSettingsFileTest
[Test] Fix and re-enable test to account for change in clang dependency scanner results
2 parents 3934652 + 35e4fa8 commit c4ee4d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/ModuleInterface/clang-args-transitive-availability.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar151740742
21
// This test ensures that the parent invocation's '-Xcc X' flags are inherited when building dependency modules
32
// RUN: %empty-directory(%t)
43

@@ -10,8 +9,6 @@
109
// RUN: %validate-json %t/deps.json &>/dev/null
1110
// RUN: %FileCheck %s < %t/deps.json
1211

13-
// REQUIRES: rdar151740686
14-
1512
import ImportsMacroSpecificClangModule
1613

1714
// CHECK: "directDependencies": [
@@ -54,7 +51,7 @@ import ImportsMacroSpecificClangModule
5451
// CHECK-NEXT: "sourceFiles": [
5552
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
5653
// CHECK-DAG: "{{.*}}module.modulemap"
57-
// CHECK-NEXT: ],
54+
// CHECK: ],
5855
// CHECK-NEXT: "directDependencies": [
5956
// CHECK-NEXT: ],
6057
// CHECK-NEXT: "linkLibraries": [

0 commit comments

Comments
 (0)