Skip to content

Commit 4e6c4fb

Browse files
committed
[Test] Fix and re-enable test to account for change in clang dependency scanner results (swiftlang/llvm-project#10679)
1 parent bc94ac3 commit 4e6c4fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 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,6 +52,7 @@ import ImportsMacroSpecificClangModule
5452
// CHECK-NEXT: "sourceFiles": [
5553
// CHECK-DAG: "{{.*}}OnlyWithMacro.h"
5654
// CHECK-DAG: "{{.*}}module.modulemap"
55+
// CHECK-DAG: "{{.*}}SDKSettings.json"
5756
// CHECK-NEXT: ],
5857
// CHECK-NEXT: "directDependencies": [
5958
// CHECK-NEXT: ],

0 commit comments

Comments
 (0)