Skip to content

Commit

Permalink
removin unecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobstr committed Feb 11, 2025
1 parent b6b875e commit e9311c0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,6 @@ class ASTTransformerTest {
transformedAST.walkDescendants(AC::class).first().origin,
original.walkDescendants(AC::class).first()
)
assertEquals(
transformedAST.walkDescendants(AD::class).first().origin,
original.walkDescendants(AD::class).first()
)
}
}
data class BazRoot(var stmts: MutableList<BazStmt> = mutableListOf()) : Node()
Expand Down

0 comments on commit e9311c0

Please sign in to comment.