Minor. Regenerate tests

This commit is contained in:
Denis.Zharkov
2021-02-03 16:37:58 +03:00
parent 2535e5d5c9
commit 7942bd0b3b
2 changed files with 2 additions and 2 deletions
@@ -31627,7 +31627,7 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
@Nested @Nested
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/builderInference") @TestMetadata("compiler/testData/diagnostics/testsWithStdLib/builderInference")
@TestDataPath("$PROJECT_ROOT") @TestDataPath("$PROJECT_ROOT")
public class BuilderInference extends AbstractFirDiagnosticTest { public class BuilderInference {
@Test @Test
public void testAllFilesPresentInBuilderInference() throws Exception { public void testAllFilesPresentInBuilderInference() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/builderInference"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true); KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/builderInference"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
@@ -31723,7 +31723,7 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
@Nested @Nested
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/builderInference") @TestMetadata("compiler/testData/diagnostics/testsWithStdLib/builderInference")
@TestDataPath("$PROJECT_ROOT") @TestDataPath("$PROJECT_ROOT")
public class BuilderInference extends AbstractDiagnosticTest { public class BuilderInference {
@Test @Test
public void testAllFilesPresentInBuilderInference() throws Exception { public void testAllFilesPresentInBuilderInference() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/builderInference"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true); KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/builderInference"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);