summaryrefslogtreecommitdiff
path: root/test/memorygrowth.fromasm.imprecise
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-10-11 18:24:14 -0700
committerGitHub <noreply@github.com>2016-10-11 18:24:14 -0700
commit7e543286b099d7f78816e087c230c2ef23f34beb (patch)
tree1355152a3fbc698a0a2cd224c99e415f08ba4a83 /test/memorygrowth.fromasm.imprecise
parent85900965a12a3f07c9cca8ef620d4bee039f16fc (diff)
parent0f42a9d1d43dcffc76cd816725f278ed8cf28702 (diff)
downloadbinaryen-7e543286b099d7f78816e087c230c2ef23f34beb.tar.gz
binaryen-7e543286b099d7f78816e087c230c2ef23f34beb.tar.bz2
binaryen-7e543286b099d7f78816e087c230c2ef23f34beb.zip
Merge pull request #759 from WebAssembly/js-api
memory growth fixes
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r--test/memorygrowth.fromasm.imprecise2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise
index 882197b46..7e970f096 100644
--- a/test/memorygrowth.fromasm.imprecise
+++ b/test/memorygrowth.fromasm.imprecise
@@ -23,7 +23,7 @@
(import "env" "___syscall54" (func $wa (param i32 i32) (result i32)))
(import "env" "___unlock" (func $xa (param i32)))
(import "env" "___syscall146" (func $ya (param i32 i32) (result i32)))
- (import "env" "memory" (memory $0 256 256))
+ (import "env" "memory" (memory $0 256))
(import "env" "table" (table 8 8 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))