From cb2779784518fce5812c38882a5e62fc06687418 Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Thu, 12 Mar 2015 17:15:54 +0300 Subject: [PATCH] Regenerated tests. --- .../CompileKotlinAgainstKotlinTestGenerated.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler/tests/org/jetbrains/kotlin/jvm/compiler/CompileKotlinAgainstKotlinTestGenerated.java b/compiler/tests/org/jetbrains/kotlin/jvm/compiler/CompileKotlinAgainstKotlinTestGenerated.java index 139caa3d2c6..86e5dd88ca2 100644 --- a/compiler/tests/org/jetbrains/kotlin/jvm/compiler/CompileKotlinAgainstKotlinTestGenerated.java +++ b/compiler/tests/org/jetbrains/kotlin/jvm/compiler/CompileKotlinAgainstKotlinTestGenerated.java @@ -144,18 +144,18 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl doTest(fileName); } - @TestMetadata("SecondaryConstructors.A.kt") - public void testSecondaryConstructors() throws Exception { - String fileName = JetTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/SecondaryConstructors.A.kt"); - doTest(fileName); - } - @TestMetadata("RecursiveGeneric.A.kt") public void testRecursiveGeneric() throws Exception { String fileName = JetTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/RecursiveGeneric.A.kt"); doTest(fileName); } + @TestMetadata("SecondaryConstructors.A.kt") + public void testSecondaryConstructors() throws Exception { + String fileName = JetTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/SecondaryConstructors.A.kt"); + doTest(fileName); + } + @TestMetadata("Simple.A.kt") public void testSimple() throws Exception { String fileName = JetTestUtils.navigationMetadata("compiler/testData/compileKotlinAgainstKotlin/Simple.A.kt");