diff options
author | Ben Smith <binji@chromium.org> | 2016-05-24 23:30:22 +0200 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-05-24 23:35:43 +0200 |
commit | 4cf8f5e7dea634ed1d37691e25310baba207f332 (patch) | |
tree | 2f6f79283b4d5cbd595538fb32977b42f2ea3a91 /test/spec/nop.txt | |
parent | 088144998c728ee4a89ce222a7fb6b0dc11d201c (diff) | |
download | wabt-4cf8f5e7dea634ed1d37691e25310baba207f332.tar.gz wabt-4cf8f5e7dea634ed1d37691e25310baba207f332.tar.bz2 wabt-4cf8f5e7dea634ed1d37691e25310baba207f332.zip |
update testsuite
Diffstat (limited to 'test/spec/nop.txt')
-rw-r--r-- | test/spec/nop.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/spec/nop.txt b/test/spec/nop.txt new file mode 100644 index 00000000..04a80575 --- /dev/null +++ b/test/spec/nop.txt @@ -0,0 +1,9 @@ +;;; TOOL: run-js-spec +;;; STDIN_FILE: third_party/testsuite/nop.wast +(;; STDOUT ;;; +assert_invalid error: + third_party/testsuite/nop.wast:18:30: type mismatch in nop. got void, expected i32 + (module (func (result i32) (nop))) + ^ +2/2 tests passed. +;;; STDOUT ;;) |