Minor: update generated JS tests
This commit is contained in:
Generated
-10
@@ -41,11 +41,6 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
@TestMetadata("annotationTargets.kt")
|
||||
public void testAnnotationTargets() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotationTargets.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedAnnotation.kt")
|
||||
public void testNestedAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
||||
@@ -110,11 +105,6 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("argumentOrderInObjectSuperCallWithPlatformType.kt")
|
||||
public void testArgumentOrderInObjectSuperCallWithPlatformType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("argumentOrderInSuperCall.kt")
|
||||
public void testArgumentOrderInSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
||||
|
||||
Generated
-10
@@ -41,11 +41,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("annotationTargets.kt")
|
||||
public void testAnnotationTargets() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotationTargets.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedAnnotation.kt")
|
||||
public void testNestedAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
||||
@@ -110,11 +105,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("argumentOrderInObjectSuperCallWithPlatformType.kt")
|
||||
public void testArgumentOrderInObjectSuperCallWithPlatformType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("argumentOrderInSuperCall.kt")
|
||||
public void testArgumentOrderInSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
||||
|
||||
-10
@@ -41,11 +41,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true);
|
||||
}
|
||||
|
||||
@TestMetadata("annotationTargets.kt")
|
||||
public void testAnnotationTargets() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotationTargets.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedAnnotation.kt")
|
||||
public void testNestedAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
||||
@@ -110,11 +105,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("argumentOrderInObjectSuperCallWithPlatformType.kt")
|
||||
public void testArgumentOrderInObjectSuperCallWithPlatformType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("argumentOrderInSuperCall.kt")
|
||||
public void testArgumentOrderInSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user