Unverified Commit f34abdaf authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Remove printouts of generated sources from `ServerCombinedErrorGeneratorTest.kt` (#1196)

These are no longer needed after 1c90dc5f.
parent 24bfcba6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -86,8 +86,6 @@ class ServerCombinedErrorGeneratorTest {
                """
            )

            println("file:///${project.baseDir}/src/lib.rs")
            println("file:///${project.baseDir}/src/error.rs")
            project.compileAndTest()
        }
    }