[Test] Add empty platform module for MPP diagnostic test with only one module
After previous commits IrActualizer runs only there are at least two modules in backend input. So to check diagnostics from Actualizer all tests should contain at least two modules Diagnostics in test `extendExpectedClassWithAbstractMember.kt` were changed because there is an exception from IrActualizer caused by errors from frontend (`ABSTRACT_METHOD_NOT_IMPLEMENTED`), which is swallowed by this kind of tests
This commit is contained in:
committed by
Space Team
parent
62d269b3b9
commit
039baf95fc
+1
-1
@@ -9,7 +9,7 @@ import org.jetbrains.kotlin.test.TestInfrastructureInternals
|
||||
|
||||
@TestInfrastructureInternals
|
||||
abstract class ModuleStructureTransformer {
|
||||
abstract fun transformModuleStructure(moduleStructure: TestModuleStructure): TestModuleStructure
|
||||
abstract fun transformModuleStructure(moduleStructure: TestModuleStructure, defaultsProvider: DefaultsProvider): TestModuleStructure
|
||||
}
|
||||
|
||||
class ExceptionFromModuleStructureTransformer(
|
||||
|
||||
Reference in New Issue
Block a user