Add explicit WITH_RUNTIME to boxAgainstJava tests which need stdlib

This commit is contained in:
Alexander Udalov
2019-03-27 15:09:30 +01:00
parent 15928c5b46
commit cb7727d51a
23 changed files with 21 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
// WITH_RUNTIME
// FILE: J.java
public class J {}
// FILE: 1.kt
import kotlin.reflect.jvm.*
import kotlin.test.assertEquals
fun box(): String {