Do not output empty non-root packages in tests with txt

Mostly to avoid listing every internal package in
kotlin-stdlib/kotlin-reflect, as in
https://github.com/JetBrains/kotlin/blob/acd5b62148d797ffd24c4811d1d663f0c1ae7885/compiler/testData/diagnostics/testsWithUnsignedTypes/conversions/conversionOfSignedToUnsigned.txt#L144
This commit is contained in:
Alexander Udalov
2018-07-30 12:27:19 +02:00
parent ccb6410823
commit 6f9441d3f4
80 changed files with 73 additions and 693 deletions
@@ -9,9 +9,6 @@ package common {
// -- Module: <m2-jvm> --
package
package common {
}
package jvm {
public actual fun foo(): kotlin.Unit
}
@@ -20,9 +17,6 @@ package jvm {
// -- Module: <m3-js> --
package
package common {
}
package js {
public actual fun foo(): kotlin.Unit
}