[FE] Fix tests
This commit is contained in:
committed by
teamcity
parent
12a39d0330
commit
0f1d212fc5
-12
@@ -10248,12 +10248,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/coroutines/suspendConversion"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionTypeToSubtypeConversion.kt")
|
||||
public void testIntersectionTypeToSubtypeConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendConversion/intersectionTypeToSubtypeConversion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("onArgument.kt")
|
||||
public void testOnArgument() throws Exception {
|
||||
@@ -14263,12 +14257,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/funInterface/inlinedSamWrapper.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionTypeToFunInterfaceConversion.kt")
|
||||
public void testIntersectionTypeToFunInterfaceConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/intersectionTypeToFunInterfaceConversion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("irrelevantPrivateDeclarations.kt")
|
||||
public void testIrrelevantPrivateDeclarations() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user