Skip to content

Commit 2a7d500

Browse files
committed
test: migrate additional tests to swift-build-modules
Migrate two more instances of the lit test `RUN` lines to `swift-build-modules` to ensure that all the modules are available for the CAS build.
1 parent f092709 commit 2a7d500

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/CAS/coverage-dir.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import \
66
// RUN: %t/main.swift -o %t/deps.json -cache-compile-job -cas-path %t/cas -profile-coverage-mapping -profile-generate
77

8-
// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
9-
// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json A > %t/A.cmd
8+
// RUN: %{python} %S/../../utils/swift-build-modules.py --cas %t/cas %swift_frontend_plain %t/deps.json -o %t/A.cmd
109

11-
// RUN: %FileCheck %s --input-file=%t/shim.cmd
1210
// RUN: %FileCheck %s --input-file=%t/A.cmd
1311

1412
// CHECK: -direct-clang-cc1-module-build

0 commit comments

Comments
 (0)