diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 22:02:45 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 22:02:45 -0700 |
commit | 70e280d07d9bdc54d299daf85dfcf0cefd614232 (patch) | |
tree | 734125010e4b536b56cb1b25b7b7fa6f2748450b /test/add.post.js | |
parent | 4536c4935aa936505c56d600c78e814a07393430 (diff) | |
download | binaryen-70e280d07d9bdc54d299daf85dfcf0cefd614232.tar.gz binaryen-70e280d07d9bdc54d299daf85dfcf0cefd614232.tar.bz2 binaryen-70e280d07d9bdc54d299daf85dfcf0cefd614232.zip |
int ops test
Diffstat (limited to 'test/add.post.js')
-rw-r--r-- | test/add.post.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/add.post.js b/test/add.post.js deleted file mode 100644 index a5ceeda53..000000000 --- a/test/add.post.js +++ /dev/null @@ -1,6 +0,0 @@ - -Module.print(Module._add(1, 1)); -Module.print(Module._add(5, 6)); -Module.print(Module._add(6, 5)); -Module.print(Module._add(-12, 101)); - |