diff options
Diffstat (limited to 'test/parse/expr/bad-load-align.txt')
-rw-r--r-- | test/parse/expr/bad-load-align.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/expr/bad-load-align.txt b/test/parse/expr/bad-load-align.txt new file mode 100644 index 00000000..7002a232 --- /dev/null +++ b/test/parse/expr/bad-load-align.txt @@ -0,0 +1,5 @@ +;;; ERROR: 1 +(module (func (i32.load align=foo (i32.const 0)))) +(;; STDERR ;;; +parse/expr/bad-load-align.txt:2:25: unexpected token "align=foo" +;;; STDERR ;;) |