diff options
Diffstat (limited to 'test/merge/fusing.wast')
-rw-r--r-- | test/merge/fusing.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/fusing.wast b/test/merge/fusing.wast index 588647e35..0c537936f 100644 --- a/test/merge/fusing.wast +++ b/test/merge/fusing.wast @@ -10,7 +10,7 @@ (import "env" "bglobal" (global $b-global f64)) (func $foo-func (drop (i32.const 1337)) - (call_import $bar-func) + (call $bar-func) (drop (get_global $a-global)) (drop (get_global $b-global)) ) |