Skip to content

Commit a1bef84

Browse files
jansvoboda11artemcm
authored andcommitted
[ModuleInterface] Ignore SDKSettings.json in "sourceFiles"
1 parent bc94ac3 commit a1bef84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
// RUN: %validate-json %t/deps.json &>/dev/null
1111
// RUN: %FileCheck %s < %t/deps.json
1212

13-
// REQUIRES: rdar151740686
14-
1513
import ImportsMacroSpecificClangModule
1614

1715
// CHECK: "directDependencies": [
@@ -54,7 +52,7 @@ import ImportsMacroSpecificClangModule
5452
// CHECK-NEXT: "sourceFiles": [
5553
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
5654
// CHECK-DAG: "{{.*}}module.modulemap"
57-
// CHECK-NEXT: ],
55+
// CHECK: ],
5856
// CHECK-NEXT: "directDependencies": [
5957
// CHECK-NEXT: ],
6058
// CHECK-NEXT: "linkLibraries": [

0 commit comments

Comments
 (0)