[JS IR] Regenerate and mute test
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
|
||||||
|
// Char issues
|
||||||
|
// IGNORE_BACKEND: JS_IR
|
||||||
|
|
||||||
// FILE: externals.js
|
// FILE: externals.js
|
||||||
|
|
||||||
function apply7(f) {
|
function apply7(f) {
|
||||||
|
|||||||
+5
@@ -40,6 +40,11 @@ public class IrCodegenWasmJsInteropJsTestGenerated extends AbstractIrCodegenWasm
|
|||||||
runTest("compiler/testData/codegen/boxWasmJsInterop/externals.kt");
|
runTest("compiler/testData/codegen/boxWasmJsInterop/externals.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("functionTypes.kt")
|
||||||
|
public void testFunctionTypes() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxWasmJsInterop/functionTypes.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("jsExport.kt")
|
@TestMetadata("jsExport.kt")
|
||||||
public void testJsExport() throws Exception {
|
public void testJsExport() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxWasmJsInterop/jsExport.kt");
|
runTest("compiler/testData/codegen/boxWasmJsInterop/jsExport.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user