diff options
Diffstat (limited to 'test/passes/simplify-globals_all-features_fuzz-exec.wast')
-rw-r--r-- | test/passes/simplify-globals_all-features_fuzz-exec.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/simplify-globals_all-features_fuzz-exec.wast b/test/passes/simplify-globals_all-features_fuzz-exec.wast index ff2200ea9..59a12a71e 100644 --- a/test/passes/simplify-globals_all-features_fuzz-exec.wast +++ b/test/passes/simplify-globals_all-features_fuzz-exec.wast @@ -3,7 +3,7 @@ (func $0 (param $0 f32) (param $1 i31ref) (param $2 i64) (param $3 f64) (param $4 funcref) (nop) ) - (func "export" (result funcref) + (func $export (export "export") (result funcref) ;; this set's value will be applied to the get right after it. we should carry ;; over the specific typed function reference type properly while doing so. (global.set $global$0 |