summaryrefslogtreecommitdiff
path: root/test/example/find_div0s.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/find_div0s.txt')
-rw-r--r--test/example/find_div0s.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/example/find_div0s.txt b/test/example/find_div0s.txt
deleted file mode 100644
index 756de10c5..000000000
--- a/test/example/find_div0s.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-(module
- (memory 0)
- (func $has_div_zero
- (i32.div_s
- (i32.const 5)
- (i32.const 0)
- )
- )
-)
-We found that (i32.const 5) is divided by zero