Regenerate tests

This commit is contained in:
Roman Artemev
2019-03-04 14:51:59 +03:00
committed by romanart
parent 8e02964112
commit 80a2be50c3
2 changed files with 6 additions and 6 deletions
@@ -6715,9 +6715,9 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/reflection/primitives.kt");
}
@TestMetadata("primitives-12.kt")
public void testPrimitives_12() throws Exception {
runTest("js/js.translator/testData/box/reflection/primitives-12.kt");
@TestMetadata("primitives-11.kt")
public void testPrimitives_11() throws Exception {
runTest("js/js.translator/testData/box/reflection/primitives-11.kt");
}
}
@@ -6690,9 +6690,9 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/reflection/primitives.kt");
}
@TestMetadata("primitives-12.kt")
public void testPrimitives_12() throws Exception {
runTest("js/js.translator/testData/box/reflection/primitives-12.kt");
@TestMetadata("primitives-11.kt")
public void testPrimitives_11() throws Exception {
runTest("js/js.translator/testData/box/reflection/primitives-11.kt");
}
}