Specify JVM target backend for other java related tests

This commit is contained in:
Mikhael Bogdanov
2018-12-21 12:19:02 +01:00
parent d76cb32781
commit f59b6a350f
43 changed files with 44 additions and 118 deletions
@@ -1,7 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
// TARGET_BACKEND: JVM
data class A(val a: IntArray, var b: Array<String>)