Mark kt45410.kt with TARGET_BACKEND: JVM

This commit is contained in:
Abduqodiri Qurbonzoda
2021-03-12 18:19:40 +03:00
parent 391458c355
commit 77c263fcc4
7 changed files with 2 additions and 26 deletions
@@ -442,11 +442,6 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/arrays/kt4357.kt");
}
@TestMetadata("kt45410.kt")
public void testKt45410() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
}
@TestMetadata("kt503.kt")
public void testKt503() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
@@ -442,11 +442,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/arrays/kt4357.kt");
}
@TestMetadata("kt45410.kt")
public void testKt45410() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
}
@TestMetadata("kt503.kt")
public void testKt503() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
@@ -442,11 +442,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/arrays/kt4357.kt");
}
@TestMetadata("kt45410.kt")
public void testKt45410() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
}
@TestMetadata("kt503.kt")
public void testKt503() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
@@ -265,11 +265,6 @@ public class JsLegacyPrimitiveArraysBoxTestGenerated extends AbstractJsLegacyPri
runTest("compiler/testData/codegen/box/arrays/kt4357.kt");
}
@TestMetadata("kt45410.kt")
public void testKt45410() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
}
@TestMetadata("kt503.kt")
public void testKt503() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
@@ -392,11 +392,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/arrays/kt4357.kt");
}
@TestMetadata("kt45410.kt")
public void testKt45410() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt45410.kt");
}
@TestMetadata("kt7009.kt")
public void testKt7009() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt7009.kt");