diff options
author | Ben Smith <binji@chromium.org> | 2015-11-27 14:47:58 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-12-03 17:08:03 -0800 |
commit | fd0f0afcd5e3d5b288535b07097d6340d849d79a (patch) | |
tree | fe0129885b3c437bc3a8a48799df007c35b090ce /test/parse/expr/bad-binary-one-expr.txt | |
parent | bb2bd70cf375aaef4ce774041b37e128b3428e38 (diff) | |
download | wabt-fd0f0afcd5e3d5b288535b07097d6340d849d79a.tar.gz wabt-fd0f0afcd5e3d5b288535b07097d6340d849d79a.tar.bz2 wabt-fd0f0afcd5e3d5b288535b07097d6340d849d79a.zip |
move parsing tests to test/parse/...
Diffstat (limited to 'test/parse/expr/bad-binary-one-expr.txt')
-rw-r--r-- | test/parse/expr/bad-binary-one-expr.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/expr/bad-binary-one-expr.txt b/test/parse/expr/bad-binary-one-expr.txt new file mode 100644 index 00000000..042310d3 --- /dev/null +++ b/test/parse/expr/bad-binary-one-expr.txt @@ -0,0 +1,5 @@ +;;; ERROR: 1 +(module (func (i32.add (i32.const 0)))) +(;; STDERR ;;; +parse/expr/bad-binary-one-expr.txt:2:37: syntax error, unexpected ), expecting ( +;;; STDERR ;;) |