Skip to content

Commit b407364

Browse files
committed
Disable emit-module-separately in testWMOWithNonSourceInputFirstAndModuleOutput
1 parent d0f2ddc commit b407364

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
@@ -3088,7 +3088,7 @@ final class SwiftDriverTests: XCTestCase {
30883088
func testWMOWithNonSourceInputFirstAndModuleOutput() throws {
30893089
var driver1 = try Driver(args: [
30903090
"swiftc", "-wmo", "danger.o", "foo.swift", "bar.swift", "wibble.swift", "-module-name", "Test",
3091-
"-driver-filelist-threshold=0", "-emit-module", "-emit-library"
3091+
"-driver-filelist-threshold=0", "-emit-module", "-emit-library", "-no-emit-module-separately-wmo"
30923092
])
30933093
let plannedJobs = try driver1.planBuild().removingAutolinkExtractJobs()
30943094
XCTAssertEqual(plannedJobs.count, 2)

0 commit comments

Comments
 (0)