[Wasm] Update expected size in test data

This commit is contained in:
Zalim Bashorov
2023-07-17 20:46:53 +02:00
parent b34d291f85
commit 0945968751
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// TARGET_BACKEND: WASM
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 47_948
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 48_430
// WASM_DCE_EXPECTED_OUTPUT_SIZE: mjs 5_482
fun box(): String {
+1 -1
View File
@@ -1,7 +1,7 @@
// TARGET_BACKEND: JS_IR
// TARGET_BACKEND: WASM
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 13_492
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 13_506
interface I {
fun foo() = "OK"