summaryrefslogtreecommitdiff
path: root/test/spec/nop.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-08-24 20:32:43 -0700
committerGitHub <noreply@github.com>2018-08-24 20:32:43 -0700
commit95f21b26ca861de6aabf4b2c3f0e824be643a07e (patch)
treed2d2750336190a4590e4a3be1c0bf58826114fa5 /test/spec/nop.txt
parent7bfcedf9aff5dfe0fb7d7f4e35d83f5301e8d4ef (diff)
downloadwabt-95f21b26ca861de6aabf4b2c3f0e824be643a07e.tar.gz
wabt-95f21b26ca861de6aabf4b2c3f0e824be643a07e.tar.bz2
wabt-95f21b26ca861de6aabf4b2c3f0e824be643a07e.zip
Update testsuite (#901)
Diffstat (limited to 'test/spec/nop.txt')
-rw-r--r--test/spec/nop.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/spec/nop.txt b/test/spec/nop.txt
index 0aefc3bf..324fa053 100644
--- a/test/spec/nop.txt
+++ b/test/spec/nop.txt
@@ -1,17 +1,17 @@
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/nop.wast
(;; STDOUT ;;;
-out/test/spec/nop.wast:250: assert_invalid passed:
+out/test/spec/nop.wast:382: assert_invalid passed:
error: type mismatch in implicit return, expected [i32] but got []
000001a: error: EndFunctionBody callback failed
-out/test/spec/nop.wast:254: assert_invalid passed:
+out/test/spec/nop.wast:386: assert_invalid passed:
error: type mismatch in implicit return, expected [i64] but got []
000001a: error: EndFunctionBody callback failed
-out/test/spec/nop.wast:258: assert_invalid passed:
+out/test/spec/nop.wast:390: assert_invalid passed:
error: type mismatch in implicit return, expected [f32] but got []
000001a: error: EndFunctionBody callback failed
-out/test/spec/nop.wast:262: assert_invalid passed:
+out/test/spec/nop.wast:394: assert_invalid passed:
error: type mismatch in implicit return, expected [f64] but got []
000001a: error: EndFunctionBody callback failed
-54/54 tests passed.
+81/81 tests passed.
;;; STDOUT ;;)