Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
(cherry picked from commit 70853db)
  • Loading branch information
jonamireh authored and KSP Auto Pick committed Nov 1, 2024
1 parent 6332033 commit 5fc2864
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ abstract class AbstractKSPTest(frontend: FrontendKind<*>) : DisposableTest() {
.map { it.substring(3).trim() }

val results = runTest(testServices, mainModule, libModules, testProcessor)
val expected = expectedResults.joinToString("\n")
val actual = results.joinToString("\n")
println(expected)
println(actual)
Assertions.assertEquals(expectedResults.joinToString("\n"), results.joinToString("\n"))
}
}

0 comments on commit 5fc2864

Please sign in to comment.