[FIR] Fix a typo in a test data file name
^KT-65337
This commit is contained in:
committed by
Space Team
parent
fdb2b714c9
commit
fa5ae18980
+3
-3
@@ -826,9 +826,9 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labledLambda.kt")
|
||||
public void testLabledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labledLambda.kt");
|
||||
@TestMetadata("labeledLambda.kt")
|
||||
public void testLabeledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labeledLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+3
-3
@@ -826,9 +826,9 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labledLambda.kt")
|
||||
public void testLabledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labledLambda.kt");
|
||||
@TestMetadata("labeledLambda.kt")
|
||||
public void testLabeledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labeledLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+3
-3
@@ -826,9 +826,9 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labledLambda.kt")
|
||||
public void testLabledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labledLambda.kt");
|
||||
@TestMetadata("labeledLambda.kt")
|
||||
public void testLabeledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labeledLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
+3
-3
@@ -826,9 +826,9 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labledLambda.kt")
|
||||
public void testLabledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labledLambda.kt");
|
||||
@TestMetadata("labeledLambda.kt")
|
||||
public void testLabeledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labeledLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Generated
+3
-3
@@ -826,9 +826,9 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labledLambda.kt")
|
||||
public void testLabledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labledLambda.kt");
|
||||
@TestMetadata("labeledLambda.kt")
|
||||
public void testLabeledLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/labeledLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user