[FIR] Fix a typo in a test data file name

^KT-65337
This commit is contained in:
Nikolay Lunyak
2024-02-13 13:38:59 +02:00
committed by Space Team
parent fdb2b714c9
commit fa5ae18980
7 changed files with 15 additions and 15 deletions
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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