diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/util/Files.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/util/Files.kt index 230bca4be3c..21f706d2a1c 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/util/Files.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/util/Files.kt @@ -15,7 +15,7 @@ internal fun File.ensureExistsAndIsEmptyDirectory(): File { return this } -internal fun getAbsoluteFile(localPath: String): File = File(getHomeDirectory()).resolve(localPath).canonicalFile +internal fun getAbsoluteFile(localPath: String): File = File(getHomeDirectory()).resolve(localPath) internal fun computeGeneratedSourcesDir(testDataBaseDir: File, testDataFile: File, generatedSourcesBaseDir: File): File { assertTrue(testDataFile.startsWith(testDataBaseDir)) {