summaryrefslogtreecommitdiff
path: root/test/imported_memory_growth.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/imported_memory_growth.wast.fromBinary.noDebugInfo')
-rw-r--r--test/imported_memory_growth.wast.fromBinary.noDebugInfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/imported_memory_growth.wast.fromBinary.noDebugInfo b/test/imported_memory_growth.wast.fromBinary.noDebugInfo
index 6ca719f57..0ede89c6d 100644
--- a/test/imported_memory_growth.wast.fromBinary.noDebugInfo
+++ b/test/imported_memory_growth.wast.fromBinary.noDebugInfo
@@ -1,5 +1,5 @@
(module
(import "env" "memory" (memory $0 256))
- (import "env" "table" (table $timport$1 256 anyfunc))
+ (import "env" "table" (table $timport$1 256 funcref))
)