From 5fb7b1be80ecf216300363d9326a1c6915fbaaa2 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 22 Mar 2016 21:01:19 +0300 Subject: [PATCH] Move java8 tests --- .idea/modules.xml | 2 +- .idea/runConfigurations/Java_8_Tests.xml | 2 +- .../java8-tests.iml => tests-java8/compiler-tests-java8.iml} | 2 +- .../kotlin/checkers/AbstractDiagnosticsWithFullJdkTest.java | 0 .../kotlin/checkers/DiagnosticsWithJava8TestGenerated.java | 0 .../kotlin/checkers/ForeignJava8AnnotationsTestGenerated.java | 0 .../kotlin/codegen/BlackBoxWithJava8CodegenTestGenerated.java | 0 .../jetbrains/kotlin/jvm/compiler/LoadJava8TestGenerated.java | 0 .../jvm/runtime/Jvm8RuntimeDescriptorLoaderTestGenerated.java | 0 9 files changed, 3 insertions(+), 3 deletions(-) rename compiler/{java8-tests/java8-tests.iml => tests-java8/compiler-tests-java8.iml} (93%) rename compiler/{java8-tests => tests-java8}/tests/org/jetbrains/kotlin/checkers/AbstractDiagnosticsWithFullJdkTest.java (100%) rename compiler/{java8-tests => tests-java8}/tests/org/jetbrains/kotlin/checkers/DiagnosticsWithJava8TestGenerated.java (100%) rename compiler/{java8-tests => tests-java8}/tests/org/jetbrains/kotlin/checkers/ForeignJava8AnnotationsTestGenerated.java (100%) rename compiler/{java8-tests => tests-java8}/tests/org/jetbrains/kotlin/codegen/BlackBoxWithJava8CodegenTestGenerated.java (100%) rename compiler/{java8-tests => tests-java8}/tests/org/jetbrains/kotlin/jvm/compiler/LoadJava8TestGenerated.java (100%) rename compiler/{java8-tests => tests-java8}/tests/org/jetbrains/kotlin/jvm/runtime/Jvm8RuntimeDescriptorLoaderTestGenerated.java (100%) diff --git a/.idea/modules.xml b/.idea/modules.xml index ed85661cd9f..4455900dc6f 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -20,6 +20,7 @@ + @@ -48,7 +49,6 @@ - diff --git a/.idea/runConfigurations/Java_8_Tests.xml b/.idea/runConfigurations/Java_8_Tests.xml index 286ba437cba..a1c6c4c9644 100644 --- a/.idea/runConfigurations/Java_8_Tests.xml +++ b/.idea/runConfigurations/Java_8_Tests.xml @@ -6,7 +6,7 @@