summaryrefslogtreecommitdiff
path: root/test/bad_params.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/bad_params.fromasm.imprecise.no-opts')
-rw-r--r--test/bad_params.fromasm.imprecise.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bad_params.fromasm.imprecise.no-opts b/test/bad_params.fromasm.imprecise.no-opts
index 423633280..53268a527 100644
--- a/test/bad_params.fromasm.imprecise.no-opts
+++ b/test/bad_params.fromasm.imprecise.no-opts
@@ -1,6 +1,6 @@
(module
(import "env" "memory" (memory $memory 256 256))
- (import "env" "table" (table $table 0 0 anyfunc))
+ (import "env" "table" (table $table 0 0 funcref))
(import "env" "__memory_base" (global $__memory_base i32))
(import "env" "__table_base" (global $__table_base i32))
(export "ex" (func $ex))