summaryrefslogtreecommitdiff
path: root/test/parse/module/memory-init-max-size.txt
diff options
context:
space:
mode:
authorDouglas Crosher <info@jsstats.com>2016-01-18 14:58:50 +1100
committerDouglas Crosher <info@jsstats.com>2016-03-04 10:04:21 +1100
commit87ca6c9662c9f5f51bbc86c06462d664b5f66d0c (patch)
treefec5d909e09db139bcdfc3d146f88232e21bea00 /test/parse/module/memory-init-max-size.txt
parent2029de9cd1a617b6dd7a5fbf18eb01d041b55633 (diff)
downloadwabt-87ca6c9662c9f5f51bbc86c06462d664b5f66d0c.tar.gz
wabt-87ca6c9662c9f5f51bbc86c06462d664b5f66d0c.tar.bz2
wabt-87ca6c9662c9f5f51bbc86c06462d664b5f66d0c.zip
Change the memory sizes to be in units of pages rather than powers of two.
Diffstat (limited to 'test/parse/module/memory-init-max-size.txt')
-rw-r--r--test/parse/module/memory-init-max-size.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/module/memory-init-max-size.txt b/test/parse/module/memory-init-max-size.txt
index ecefc97c..eb89c17d 100644
--- a/test/parse/module/memory-init-max-size.txt
+++ b/test/parse/module/memory-init-max-size.txt
@@ -1 +1 @@
-(module (memory 100 200))
+(module (memory 65536 131072))