summaryrefslogtreecommitdiff
path: root/test/regress/regress-1924.txt
diff options
context:
space:
mode:
authorKirill R. <iam@python273.pw>2024-10-08 20:55:47 +0300
committerGitHub <noreply@github.com>2024-10-08 10:55:47 -0700
commitb15a13ef84b5a12aadeb1200521a89a2c95dce19 (patch)
tree661d812e5eeb8afd6dd5166950c5d8f132332e44 /test/regress/regress-1924.txt
parent646785d8b2b15a104d4ed0431125b2c781e141ea (diff)
downloadwabt-b15a13ef84b5a12aadeb1200521a89a2c95dce19.tar.gz
wabt-b15a13ef84b5a12aadeb1200521a89a2c95dce19.tar.bz2
wabt-b15a13ef84b5a12aadeb1200521a89a2c95dce19.zip
wasm-decompile: add function index comments (#2482)
Diffstat (limited to 'test/regress/regress-1924.txt')
-rw-r--r--test/regress/regress-1924.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress-1924.txt b/test/regress/regress-1924.txt
index a755a559..49111469 100644
--- a/test/regress/regress-1924.txt
+++ b/test/regress/regress-1924.txt
@@ -9,7 +9,7 @@
(;; STDOUT ;;;
export global __empty:long = 8L;
-function f_a():long {
+function f_a():long { // func0
return __empty
}