diff options
Diffstat (limited to 'test/example/find_div0s.txt')
-rw-r--r-- | test/example/find_div0s.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example/find_div0s.txt b/test/example/find_div0s.txt index 44397fbde..554790493 100644 --- a/test/example/find_div0s.txt +++ b/test/example/find_div0s.txt @@ -1,7 +1,7 @@ (module (memory 0 4294967295) - (func $func - (none.div_s + (func $has_div_zero + (i32.div_s (i32.const 5) (i32.const 0) ) |