LV 2.0: mute two MPP integration tests

This commit is contained in:
Mikhail Glukhikh
2023-09-01 13:34:18 +02:00
committed by Space Team
parent 129c1b4f92
commit cc2be502f6
2 changed files with 16 additions and 10 deletions
@@ -3,8 +3,5 @@ Exit code: OK
Output:
-- JVM --
Exit code: COMPILATION_ERROR
Exit code: OK
Output:
compiler/testData/multiplatform/simpleNoImplKeywordOnTopLevelFunction/jvm.kt:3:5: error: declaration must be marked with 'actual'
fun foo(s: String): Array<CharSequence?> = arrayOf(s)
^