[JVM IR] Unmute fixed test

This commit is contained in:
Roman
2019-05-31 18:49:54 +03:00
committed by GitHub
parent 268dddcb3d
commit 0163019295
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
//WITH_RUNTIME
class Test {
@@ -28,4 +27,4 @@ fun box(): String {
Test()
return "OK"
}
}