Minor: regenerate tests

This commit is contained in:
Dmitry Petrov
2020-12-23 20:36:28 +03:00
committed by TeamCityServer
parent 4e261cc358
commit d3349197ba
4 changed files with 0 additions and 20 deletions
@@ -1470,11 +1470,6 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
}
@TestMetadata("kt16752.kt")
public void testKt16752() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt16752.kt");
}
@TestMetadata("kt21014.kt")
public void testKt21014() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
@@ -1470,11 +1470,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
}
@TestMetadata("kt16752.kt")
public void testKt16752() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt16752.kt");
}
@TestMetadata("kt21014.kt")
public void testKt21014() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
@@ -1470,11 +1470,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
}
@TestMetadata("kt16752.kt")
public void testKt16752() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt16752.kt");
}
@TestMetadata("kt21014.kt")
public void testKt21014() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
@@ -1260,11 +1260,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/callableReference"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
}
@TestMetadata("kt16752.kt")
public void testKt16752() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt16752.kt");
}
@TestMetadata("kt37604.kt")
public void testKt37604() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");