File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1480,7 +1480,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1480
1480
diagnosticsEngine: diagnosticEngine)
1481
1481
let _ = try driver. planBuild ( )
1482
1482
}
1483
- XCTAssertTrue ( output. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" , " ) )
1483
+ XCTAssertTrue ( output. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" " ) )
1484
1484
1485
1485
let output2 = try withHijackedOutputStream {
1486
1486
let diagnosticEngine = DiagnosticsEngine ( )
@@ -1499,7 +1499,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
1499
1499
diagnosticsEngine: diagnosticEngine)
1500
1500
let _ = try driver. planBuild ( )
1501
1501
}
1502
- XCTAssertTrue ( output3. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" , " ) )
1502
+ XCTAssertTrue ( output3. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" " ) )
1503
1503
}
1504
1504
}
1505
1505
You can’t perform that action at this time.
0 commit comments