Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 6, 2023
1 parent d57a6d1 commit 5b8241c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ class MergeImplicitExpectActualDeclarationsTest : BaseAbstractTest() {
configuration(true),
cleanupOutput = true
) {
documentablesCreationStage = {
print(it)
}
pagesTransformationStage = { root ->
val classPage = root.dfs { it.name == "SMTH" } as? ClasslikePageNode
assertNotNull(classPage, "Tested class not found!")
Expand Down

0 comments on commit 5b8241c

Please sign in to comment.