summaryrefslogtreecommitdiff
path: root/test/example/c-api-hello-world.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/c-api-hello-world.txt')
-rw-r--r--test/example/c-api-hello-world.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/c-api-hello-world.txt b/test/example/c-api-hello-world.txt
index 92737a9b0..4b7eb220c 100644
--- a/test/example/c-api-hello-world.txt
+++ b/test/example/c-api-hello-world.txt
@@ -1,5 +1,5 @@
(module
- (type $i32_i32_=>_i32 (func (param i32 i32) (result i32)))
+ (type $0 (func (param i32 i32) (result i32)))
(func $adder (param $0 i32) (param $1 i32) (result i32)
(i32.add
(local.get $0)