[JS IR] Regenerate and mute test

This commit is contained in:
Svyatoslav Kuzmich
2021-10-28 22:39:09 +03:00
parent 790e8843f9
commit a13329fc65
2 changed files with 9 additions and 0 deletions
@@ -1,3 +1,7 @@
// Char issues
// IGNORE_BACKEND: JS_IR
// FILE: externals.js
function apply7(f) {
@@ -40,6 +40,11 @@ public class IrCodegenWasmJsInteropJsTestGenerated extends AbstractIrCodegenWasm
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")
public void testJsExport() throws Exception {
runTest("compiler/testData/codegen/boxWasmJsInterop/jsExport.kt");