diff --git a/compiler/tests/org/jetbrains/jet/checkers/JetDiagnosticsTestGenerated.java b/compiler/tests/org/jetbrains/jet/checkers/JetDiagnosticsTestGenerated.java index e1ec328ac03..8e706b00785 100644 --- a/compiler/tests/org/jetbrains/jet/checkers/JetDiagnosticsTestGenerated.java +++ b/compiler/tests/org/jetbrains/jet/checkers/JetDiagnosticsTestGenerated.java @@ -4105,17 +4105,17 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage public void testKt2744() throws Exception { doTest("compiler/testData/diagnostics/tests/subtyping/kt2744.kt"); } - - @TestMetadata("kt3159.kt") - public void testKt3159() throws Exception { - doTest("compiler/testData/diagnostics/tests/subtyping/kt3159.kt"); - } @TestMetadata("kt304.kt") public void testKt304() throws Exception { doTest("compiler/testData/diagnostics/tests/subtyping/kt304.kt"); } + @TestMetadata("kt3159.kt") + public void testKt3159() throws Exception { + doTest("compiler/testData/diagnostics/tests/subtyping/kt3159.kt"); + } + @TestMetadata("kt-1457.kt") public void testKt_1457() throws Exception { doTest("compiler/testData/diagnostics/tests/subtyping/kt-1457.kt");