Skip to content

Commit 551e983

Browse files
authored
Merge pull request #86052 from compnerd/building
test: migrate additional tests to `swift-build-modules`
2 parents a859ebe + 2a7d500 commit 551e983

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)