Mark JVM specific test with TARGET_BACKEND directive

This is needed to avoid test failing for Kotlin/Native
This commit is contained in:
Mikhail Zarechenskiy
2018-11-17 22:55:18 +03:00
parent c05c46d50f
commit 3a93cab3b6
3 changed files with 1 additions and 11 deletions
@@ -1,5 +1,5 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JS, JS_IR
// TARGET_BACKEND: JVM
class Foo<T>(val x: Int)