[K/N][tests] Migrate first platform-dependent test to new testing infra
^KT-61259
This commit is contained in:
committed by
Vladimir Sukharev
parent
4786c945d9
commit
b7fbfb2fde
+2
@@ -303,6 +303,7 @@ private class ExtTestDataFile(
|
||||
|| importedFqName.startsWith(KOTLINX_PACKAGE_NAME)
|
||||
|| importedFqName.startsWith(HELPERS_PACKAGE_NAME)
|
||||
|| importedFqName.startsWith(CNAMES_PACKAGE_NAME)
|
||||
|| importedFqName.startsWith(PLATFORM_PACKAGE_NAME)
|
||||
) {
|
||||
return
|
||||
}
|
||||
@@ -596,6 +597,7 @@ private class ExtTestDataFile(
|
||||
private val HELPERS_PACKAGE_NAME = Name.identifier("helpers")
|
||||
private val KOTLINX_PACKAGE_NAME = Name.identifier("kotlinx")
|
||||
private val CNAMES_PACKAGE_NAME = Name.identifier("cnames")
|
||||
private val PLATFORM_PACKAGE_NAME = Name.identifier("platform")
|
||||
|
||||
private val MANDATORY_SOURCE_TRANSFORMERS: ExternalSourceTransformers = listOf(DiagnosticsRemovingSourceTransformer)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user