summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSoni L <EnderMoneyMod@gmail.com>2024-05-20 19:42:04 -0300
committerGitHub <noreply@github.com>2024-05-20 15:42:04 -0700
commit926304ecffbb83fb7ae9dd06318180b69cd60268 (patch)
treec503a84f1c63c4449ab60315c006ab2e4467f8c1 /test
parent44837a7236e85c048de3214fd2ae4c37d3a034ce (diff)
downloadwabt-926304ecffbb83fb7ae9dd06318180b69cd60268.tar.gz
wabt-926304ecffbb83fb7ae9dd06318180b69cd60268.tar.bz2
wabt-926304ecffbb83fb7ae9dd06318180b69cd60268.zip
wasm2c: Use wabt::StripExtension (#2424)
Fixes #2423
Diffstat (limited to 'test')
-rw-r--r--test/regress/issue-2423-wasm2c-no-extension.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/regress/issue-2423-wasm2c-no-extension.txt b/test/regress/issue-2423-wasm2c-no-extension.txt
new file mode 100644
index 00000000..173940f9
--- /dev/null
+++ b/test/regress/issue-2423-wasm2c-no-extension.txt
@@ -0,0 +1,3 @@
+;;; TOOL: run-wasm2c
+;;; ARGS: -o %(out_dir)s/out
+(module $empty)