diff options
Diffstat (limited to 'test/expr/bad-load-offset-negative.txt')
-rw-r--r-- | test/expr/bad-load-offset-negative.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/expr/bad-load-offset-negative.txt b/test/expr/bad-load-offset-negative.txt deleted file mode 100644 index 62c1a9be..00000000 --- a/test/expr/bad-load-offset-negative.txt +++ /dev/null @@ -1,5 +0,0 @@ -;;; ERROR: 1 -(module (func (i32.load8_s offset=-1 (i32.const 0)))) -(;; STDERR ;;; -expr/bad-load-offset-negative.txt:2:28: unexpected token "offset=-1" -;;; STDERR ;;) |