Skip to content

Commit e6dabc1

Browse files
authored
Merge pull request #37799 from artemcm/BringBackCacheTest
Revert "Disable module_deps_cache_reuse.swift test to unblock CI." and fix the test.
2 parents c139bb4 + 8cae1d1 commit e6dabc1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/ScanDependencies/module_deps_cache_reuse.swift

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

16-
// This test fails in recent Swift CI runs
17-
// REQUIRES: radar78882565
18-
1916
import C
2017
import E
2118
import G
@@ -114,7 +111,7 @@ import SubE
114111
// CHECK-NEXT: "-frontend"
115112
// CHECK-NEXT: "-only-use-extra-clang-opts"
116113
// CHECK-NEXT: "-Xcc"
117-
// CHECK-NEXT: "clang"
114+
// CHECK-NEXT: "BUILD_DIR/bin/clang"
118115
// CHECK: "-fsystem-module",
119116
// CHECK-NEXT: "-emit-pcm",
120117
// CHECK-NEXT: "-module-name",

0 commit comments

Comments
 (0)