Regenerate tests

This commit is contained in:
Ilya Chernikov
2019-02-15 13:15:47 +01:00
parent cd13648906
commit c29332e290
@@ -11987,7 +11987,7 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
}
public void testAllFilesPresentInDeprecations() throws Exception {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/j+k/deprecations"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/j+k/deprecations"), Pattern.compile("^(.*)\\.kts?$"), TargetBackend.ANY, true);
}
@TestMetadata("forFakeOverrides.kt")