summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-26 16:21:59 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-09-07 09:55:54 -0700
commit88e8b7138e4e37ee092d9e0657257f079f8c279e (patch)
treed4b22d4273a38b053ff7a8c405faabbcc1c61267
parentb8ff5de842769fe2c1cc7c6d626c29ac5d503572 (diff)
downloadbinaryen-88e8b7138e4e37ee092d9e0657257f079f8c279e.tar.gz
binaryen-88e8b7138e4e37ee092d9e0657257f079f8c279e.tar.bz2
binaryen-88e8b7138e4e37ee092d9e0657257f079f8c279e.zip
update empty.fromast test output
-rw-r--r--test/empty.fromasm2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm
index 939cbb87c..008ce532b 100644
--- a/test/empty.fromasm
+++ b/test/empty.fromasm
@@ -1,4 +1,6 @@
(module
(memory 256 256)
+ (data (get_global $memInitBase) "empty.asm.js")
+ (import $memInitBase global "env" "memInitBase" i32)
(export "memory" memory)
)