Ignore the test that uses JVM functions and String constructor

This commit is contained in:
Pavel Punegov
2018-10-18 11:47:53 +03:00
committed by Pavel Punegov
parent 70d0c1a0ae
commit 0bdbcbc662
+1 -1
View File
@@ -1,5 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JS, JS_IR, JVM_IR
// IGNORE_BACKEND: JS, JS_IR, JVM_IR, NATIVE
// WITH_RUNTIME
class CharacterLiteral(private val prefix: NamelessString, private val s: NamelessString) {