Minor: TARGET_BACKEND=JVM in JVM-specific tests

This commit is contained in:
Dmitry Petrov
2020-09-23 16:15:41 +03:00
parent 99dbeecc40
commit cd37301ea2
2 changed files with 2 additions and 1 deletions
@@ -1,3 +1,4 @@
// TARGET_BACKEND: JVM
// WITH_RUNTIME // WITH_RUNTIME
// FULL_JDK // FULL_JDK
@@ -1,4 +1,4 @@
// TARGET_PLATFORM: JVM // TARGET_BACKEND: JVM
// FILE: A.java // FILE: A.java
public class A { public class A {
public static String f() { public static String f() {