From f47a3a3d1c74bf8e7f4d86be2974e72439cfc78e Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Tue, 7 Dec 2021 21:56:37 +0100 Subject: [PATCH] Minor. Regenerate tests --- .../konan/blackboxtest/NativeExtBlackBoxTestGenerated.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java index 683606db1fd..874c1b49a25 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeExtBlackBoxTestGenerated.java @@ -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