Skip to content

Commit 145608e

Browse files
Minor: remove redundant call
1 parent c1812d7 commit 145608e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/incremental-compilation-impl/test/org/jetbrains/kotlin/incremental/BuildLogParserParametrizedIT.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class BuildLogParserParametrizedTest {
6363
@JvmStatic
6464
fun data(): List<Array<String>> {
6565
val directories = TEST_ROOT.listFiles().filter { it.isDirectory }
66-
return directories.map { arrayOf(it.name) }.toList()
66+
return directories.map { arrayOf(it.name) }
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)