From 2bcb2cbaf24cf624953a78324262dc266ff846db Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Thu, 16 Jun 2022 11:16:05 -0700 Subject: [PATCH] Quick fix retract jdk 15 test --- tests/{run-with-compiler => disabled/run}/t12290/Test.scala | 0 tests/{run-with-compiler => disabled/run}/t12290/TextBlocks.java | 0 tests/neg-with-compiler/t12290/SCALA_ONLY_Invalid1.java | 1 - 3 files changed, 1 deletion(-) rename tests/{run-with-compiler => disabled/run}/t12290/Test.scala (100%) rename tests/{run-with-compiler => disabled/run}/t12290/TextBlocks.java (100%) diff --git a/tests/run-with-compiler/t12290/Test.scala b/tests/disabled/run/t12290/Test.scala similarity index 100% rename from tests/run-with-compiler/t12290/Test.scala rename to tests/disabled/run/t12290/Test.scala diff --git a/tests/run-with-compiler/t12290/TextBlocks.java b/tests/disabled/run/t12290/TextBlocks.java similarity index 100% rename from tests/run-with-compiler/t12290/TextBlocks.java rename to tests/disabled/run/t12290/TextBlocks.java diff --git a/tests/neg-with-compiler/t12290/SCALA_ONLY_Invalid1.java b/tests/neg-with-compiler/t12290/SCALA_ONLY_Invalid1.java index 726bcad7e936..fe206e0865ad 100644 --- a/tests/neg-with-compiler/t12290/SCALA_ONLY_Invalid1.java +++ b/tests/neg-with-compiler/t12290/SCALA_ONLY_Invalid1.java @@ -1,4 +1,3 @@ -// test: -jvm 15+ class SCALA_ONLY_Invalid1 { public static final String badOpeningDelimiter = """non-whitespace // error