Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamireh authored and Jon Amireh committed Oct 31, 2024
1 parent 60ac796 commit d0a64d7
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 d0a64d7

Please sign in to comment.