JVM_IR: mute tests for compiling against Klib

The tests fail currently because Klibs are generated by the JS backend,
and signatures differ between JVM and JS (on JVM, return types are
included in mangles for simple functions).
This leads to linkage errors.
Once signatures are reworked and harmonized between backends, the tests
will repair themselves.
This commit is contained in:
Georgy Bronnikov
2022-03-30 07:53:58 +03:00
committed by Alexander Udalov
parent a8cc3ec316
commit 12533a383e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// FILE: klib.kt
package fromKlib
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// FILE: klib.kt
package fromKlib