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,3 +1,4 @@
// WITH_RUNTIME
// FILE: JavaInterface.java
interface JavaInterface {

View File

@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
// FILE: Super.java
class Super {

View File

@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
// FILE: Custom.java
class Custom {

View File

@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
// FILE: Promise.java
import org.jetbrains.annotations.NotNull;

View File

@@ -1,5 +1,6 @@
// SKIP_JDK6
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
// FILE: JavaClass.java
class JavaClass {