diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-28 10:33:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:55:56 -0700 |
commit | 28767f631cfdae86ff16ca112bc5b1855b1368c4 (patch) | |
tree | e7b1e1605c62fc8d588dd2735ac8610eb1b793df /test/empty.fromasm.imprecise.no-opts | |
parent | 42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5 (diff) | |
download | binaryen-28767f631cfdae86ff16ca112bc5b1855b1368c4.tar.gz binaryen-28767f631cfdae86ff16ca112bc5b1855b1368c4.tar.bz2 binaryen-28767f631cfdae86ff16ca112bc5b1855b1368c4.zip |
import table
Diffstat (limited to 'test/empty.fromasm.imprecise.no-opts')
-rw-r--r-- | test/empty.fromasm.imprecise.no-opts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/empty.fromasm.imprecise.no-opts b/test/empty.fromasm.imprecise.no-opts index 6c3928ac1..f0a2ff208 100644 --- a/test/empty.fromasm.imprecise.no-opts +++ b/test/empty.fromasm.imprecise.no-opts @@ -1,4 +1,5 @@ (module (memory 256 256) (import $memory memory "env" "memory") + (import $table table "env" "table") ) |