Minor. Regenerate tests

This commit is contained in:
Ilmir Usmanov
2021-12-07 21:56:37 +01:00
parent f95cba0ec3
commit f47a3a3d1c
@@ -17323,7 +17323,7 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
public class DelegationByUnderlyingType {
@Test
public void testAllFilesPresentInDelegationByUnderlyingType() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/inlineClasses/delegationByUnderlyingType"), Pattern.compile("^(.+)\\.kt$"), null, true);
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/inlineClasses/delegationByUnderlyingType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
}
@Test