Skip to content

Commit 714c948

Browse files
authored
Revert "Revert "Disable module_deps_cache_reuse.swift test to unblock CI." and fix the test."
1 parent 1c48a46 commit 714c948

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/ScanDependencies/module_deps_cache_reuse.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// REQUIRES: executable_test
1414
// REQUIRES: objc_interop
1515

16+
// This test fails in recent Swift CI runs
17+
// REQUIRES: radar78882565
18+
1619
import C
1720
import E
1821
import G
@@ -111,7 +114,7 @@ import SubE
111114
// CHECK-NEXT: "-frontend"
112115
// CHECK-NEXT: "-only-use-extra-clang-opts"
113116
// CHECK-NEXT: "-Xcc"
114-
// CHECK-NEXT: "BUILD_DIR/bin/clang"
117+
// CHECK-NEXT: "clang"
115118
// CHECK: "-fsystem-module",
116119
// CHECK-NEXT: "-emit-pcm",
117120
// CHECK-NEXT: "-module-name",

0 commit comments

Comments
 (0)