diff options
Diffstat (limited to 'test/lit/exec/host-limit.wast')
-rw-r--r-- | test/lit/exec/host-limit.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/exec/host-limit.wast b/test/lit/exec/host-limit.wast index e64a47d8a..ba5087f69 100644 --- a/test/lit/exec/host-limit.wast +++ b/test/lit/exec/host-limit.wast @@ -9,7 +9,7 @@ (module (type $type$0 (array i8)) - (import "fuzzing-support" "log" (func $log (param i32))) + (import "fuzzing-support" "log-i32" (func $log (param i32))) (global $global (mut (ref $type$0)) (array.new_default $type$0 (i32.const -1) |