diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-02-17 12:52:51 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-02-17 12:52:51 -0800 |
commit | 252962faba97b68684a470447c7202cf27ad8c05 (patch) | |
tree | fdbf3ffff8fe77a8a67aa5b37948c11b0b23e778 /test | |
parent | f1f7875381b8407f926c805eb71810bc9a5729f1 (diff) | |
download | binaryen-252962faba97b68684a470447c7202cf27ad8c05.tar.gz binaryen-252962faba97b68684a470447c7202cf27ad8c05.tar.bz2 binaryen-252962faba97b68684a470447c7202cf27ad8c05.zip |
add example testcases to auto-updater, and update it
Diffstat (limited to 'test')
-rw-r--r-- | test/example/find_div0s.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/find_div0s.txt b/test/example/find_div0s.txt index 554790493..756de10c5 100644 --- a/test/example/find_div0s.txt +++ b/test/example/find_div0s.txt @@ -1,5 +1,5 @@ (module - (memory 0 4294967295) + (memory 0) (func $has_div_zero (i32.div_s (i32.const 5) |