summaryrefslogtreecommitdiff
path: root/test/passes/extract-function_pass-arg=extract@foo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/extract-function_pass-arg=extract@foo.txt')
-rw-r--r--test/passes/extract-function_pass-arg=extract@foo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/extract-function_pass-arg=extract@foo.txt b/test/passes/extract-function_pass-arg=extract@foo.txt
index 3962d3449..a358743b5 100644
--- a/test/passes/extract-function_pass-arg=extract@foo.txt
+++ b/test/passes/extract-function_pass-arg=extract@foo.txt
@@ -1,9 +1,9 @@
(module
- (type $FUNCSIG$v (func))
+ (type $none_=>_none (func))
(import "env" "bar" (func $bar))
(import "env" "other" (func $other))
(export "foo" (func $foo))
- (func $foo (; 2 ;) (type $FUNCSIG$v)
+ (func $foo (; 2 ;)
(call $bar)
)
)