diff options
author | Soni L. <EnderMoneyMod@gmail.com> | 2024-09-23 17:55:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 20:55:21 +0000 |
commit | 3fd8c70b572aa1a2e8989c2dedf0baa228b50b0d (patch) | |
tree | 4d736568ca110ded36d3883fac57f56255569eaa /test/spec/ref_is_null.txt | |
parent | 0a2a59fae573c2d793501720a2faf986118ee4f4 (diff) | |
download | wabt-3fd8c70b572aa1a2e8989c2dedf0baa228b50b0d.tar.gz wabt-3fd8c70b572aa1a2e8989c2dedf0baa228b50b0d.tar.bz2 wabt-3fd8c70b572aa1a2e8989c2dedf0baa228b50b0d.zip |
Fix error message for ref.is_null (#2471)
Fixes #2453 in a bit of a silly way. (Conveniently, we already have
tests for this, but nobody noticed they were broken.)
Diffstat (limited to 'test/spec/ref_is_null.txt')
-rw-r--r-- | test/spec/ref_is_null.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/spec/ref_is_null.txt b/test/spec/ref_is_null.txt index 0a6744a8..45765058 100644 --- a/test/spec/ref_is_null.txt +++ b/test/spec/ref_is_null.txt @@ -4,9 +4,10 @@ init(externref:1) => deinit() => out/test/spec/ref_is_null.wast:52: assert_invalid passed: - out/test/spec/ref_is_null/ref_is_null.1.wasm:000001b: error: type mismatch in ref.is_null, expected reference but got [i32] + out/test/spec/ref_is_null/ref_is_null.1.wasm:000001b: error: type mismatch in ref.is_null, expected [reference] but got [i32] 000001b: error: OnRefIsNullExpr callback failed out/test/spec/ref_is_null.wast:56: assert_invalid passed: + out/test/spec/ref_is_null/ref_is_null.2.wasm:0000018: error: type mismatch in ref.is_null, expected [reference] but got [] 0000018: error: OnRefIsNullExpr callback failed 16/16 tests passed. ;;; STDOUT ;;) |