summaryrefslogtreecommitdiff
path: root/test/expr/bad-const-i32-underflow.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expr/bad-const-i32-underflow.txt')
-rw-r--r--test/expr/bad-const-i32-underflow.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/expr/bad-const-i32-underflow.txt b/test/expr/bad-const-i32-underflow.txt
deleted file mode 100644
index a7f20bda..00000000
--- a/test/expr/bad-const-i32-underflow.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-;;; ERROR: 1
-(module (func (i32.const -2147483649)))
-(;; STDERR ;;;
-expr/bad-const-i32-underflow.txt:2:26: invalid literal "-2147483649"
-;;; STDERR ;;)