diff options
Diffstat (limited to 'test/merge/printf.wast')
-rw-r--r-- | test/merge/printf.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/printf.wast b/test/merge/printf.wast index c984602bf..c57eabe51 100644 --- a/test/merge/printf.wast +++ b/test/merge/printf.wast @@ -2,7 +2,7 @@ (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (import "env" "memory" (memory $0 256)) - (import "env" "table" (table 0 anyfunc)) + (import "env" "table" (table 0 funcref)) (import "env" "globally" (global $i-collide i32)) (import "env" "foobar" (func $import$8 (param i32 i32) (result i32))) (export "_printf" (func $625)) |