Include kotlinp tests into distTest and kotlinx-metadata-jvm tests into coreLibsTest
kotlinp tests: do not fail due to different directory separators on Windows
This commit is contained in:
@@ -78,7 +78,7 @@ private fun compile(file: File, disposable: Disposable, tmpdir: File, forEachOut
|
||||
}
|
||||
|
||||
private fun StringBuilder.appendFileName(file: File) {
|
||||
appendln("// $file")
|
||||
appendln("// ${file.invariantSeparatorsPath}")
|
||||
appendln("// ------------------------------------------")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user