Minor. Regenerate tests
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Generated
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user