diff options
Diffstat (limited to 'test/ctor-eval/ignore-external-input.wast.out')
-rw-r--r-- | test/ctor-eval/ignore-external-input.wast.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ctor-eval/ignore-external-input.wast.out b/test/ctor-eval/ignore-external-input.wast.out index 43de60665..a557ec99e 100644 --- a/test/ctor-eval/ignore-external-input.wast.out +++ b/test/ctor-eval/ignore-external-input.wast.out @@ -4,8 +4,8 @@ (import "wasi_snapshot_preview1" "something_else" (func $wasi_something_else (type $0) (result i32))) (memory $0 256 256) (data $0 (i32.const 28) "aaaa") - (export "test3" (func $3)) - (func $3 (type $1) + (export "test3" (func $test3)) + (func $test3 (type $1) (drop (call $wasi_something_else) ) |