Skip to content

Commit 8b9775b

Browse files
authored
Merge pull request #81620 from swiftlang/jan_svoboda/release-6.2-sdk-settings-json
[ModuleInterface] Ignore SDKSettings.json in "sourceFiles"
2 parents 7a334bc + 339a9b9 commit 8b9775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import ImportsMacroSpecificClangModule
5151
// CHECK-NEXT: "sourceFiles": [
5252
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
5353
// CHECK-DAG: "{{.*}}module.modulemap"
54-
// CHECK-NEXT: ],
54+
// CHECK: ],
5555
// CHECK-NEXT: "directDependencies": [
5656
// CHECK-NEXT: ],
5757
// CHECK-NEXT: "linkLibraries": [

0 commit comments

Comments
 (0)