Skip to content

Commit 4cbefd8

Browse files
committed
Disable emit-module-separately in testWMOWithNonSourceInputFirstAndModuleOutput
1 parent 7cbc41e commit 4cbefd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3096,7 +3096,7 @@ final class SwiftDriverTests: XCTestCase {
30963096
func testWMOWithNonSourceInputFirstAndModuleOutput() throws {
30973097
var driver1 = try Driver(args: [
30983098
"swiftc", "-wmo", "danger.o", "foo.swift", "bar.swift", "wibble.swift", "-module-name", "Test",
3099-
"-driver-filelist-threshold=0", "-emit-module", "-emit-library"
3099+
"-driver-filelist-threshold=0", "-emit-module", "-emit-library", "-no-emit-module-separately-wmo"
31003100
])
31013101
let plannedJobs = try driver1.planBuild().removingAutolinkExtractJobs()
31023102
XCTAssertEqual(plannedJobs.count, 2)

0 commit comments

Comments
 (0)