File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
14801480 diagnosticsEngine: diagnosticEngine)
14811481 let _ = try driver. planBuild ( )
14821482 }
1483- XCTAssertTrue ( output. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" , " ) )
1483+ XCTAssertTrue ( output. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" " ) )
14841484
14851485 let output2 = try withHijackedOutputStream {
14861486 let diagnosticEngine = DiagnosticsEngine ( )
@@ -1499,7 +1499,7 @@ final class ExplicitModuleBuildTests: XCTestCase {
14991499 diagnosticsEngine: diagnosticEngine)
15001500 let _ = try driver. planBuild ( )
15011501 }
1502- XCTAssertTrue ( output3. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" , " ) )
1502+ XCTAssertTrue ( output3. contains ( " \" mainModuleName \" : \" testPrintingExplicitDependencyGraph \" " ) )
15031503 }
15041504 }
15051505
You can’t perform that action at this time.
0 commit comments