Skip to content

Commit

Permalink
fix isolation of input files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Sep 3, 2024
1 parent 9b31814 commit fe53da8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ private fun isolate2(): FunSpec {
"""
return buildList {
asFileTree.visit {
add(it.name)
add(it.file)
add(it.name)
}
}
""".trimIndent(),
Expand Down

0 comments on commit fe53da8

Please sign in to comment.