summaryrefslogtreecommitdiff
path: root/test/imported_memory_growth.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/imported_memory_growth.wast')
-rw-r--r--test/imported_memory_growth.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/imported_memory_growth.wast b/test/imported_memory_growth.wast
index a6e99fe85..8f47fb8a1 100644
--- a/test/imported_memory_growth.wast
+++ b/test/imported_memory_growth.wast
@@ -1,4 +1,4 @@
(module
(import "env" "memory" (memory $0 256))
- (import "env" "table" (table 256 anyfunc))
+ (import "env" "table" (table 256 funcref))
)