Minor: regenerate tests

This commit is contained in:
Dmitry Petrov
2021-07-13 19:10:50 +03:00
committed by TeamCityServer
parent 3dc7b6c3ee
commit dc16d66fb1
5 changed files with 22 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JS
fun box(): String {
var x = "c"
val call = test(c = x, b = { x = "a"; "b" }(), a = x)
@@ -193,6 +193,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
public void testSimpleInClass() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
}
@TestMetadata("singleSideEffect.kt")
public void testSingleSideEffect() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/arrays")
@@ -193,6 +193,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
public void testSimpleInClass() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
}
@TestMetadata("singleSideEffect.kt")
public void testSingleSideEffect() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/arrays")
@@ -193,6 +193,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
public void testSimpleInClass() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
}
@TestMetadata("singleSideEffect.kt")
public void testSingleSideEffect() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/arrays")
@@ -183,6 +183,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
public void testSimpleInClass() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/simpleInClass.kt");
}
@TestMetadata("singleSideEffect.kt")
public void testSingleSideEffect() throws Exception {
runTest("compiler/testData/codegen/box/argumentOrder/singleSideEffect.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/arrays")