Minor: regenerate tests
This commit is contained in:
committed by
TeamCityServer
parent
4e261cc358
commit
d3349197ba
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
-5
@@ -1470,11 +1470,6 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
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")
|
@TestMetadata("kt21014.kt")
|
||||||
public void testKt21014() throws Exception {
|
public void testKt21014() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
||||||
|
|||||||
Generated
-5
@@ -1470,11 +1470,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
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")
|
@TestMetadata("kt21014.kt")
|
||||||
public void testKt21014() throws Exception {
|
public void testKt21014() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
||||||
|
|||||||
Generated
-5
@@ -1470,11 +1470,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/genericLocalClassConstructorReference.kt");
|
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")
|
@TestMetadata("kt21014.kt")
|
||||||
public void testKt21014() throws Exception {
|
public void testKt21014() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
runTest("compiler/testData/codegen/box/callableReference/kt21014.kt");
|
||||||
|
|||||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
-5
@@ -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);
|
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")
|
@TestMetadata("kt37604.kt")
|
||||||
public void testKt37604() throws Exception {
|
public void testKt37604() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");
|
runTest("compiler/testData/codegen/box/callableReference/kt37604.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user