summaryrefslogtreecommitdiff
path: root/test/dump/unreachable.txt
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-08-17 16:46:39 -0700
committerBen Smith <binji@chromium.org>2016-09-29 11:37:27 -0700
commit0bcaaf67850f3d6bed35d02c22a8d873ffe395cc (patch)
treeebaa0293f16aa7bfed62b89cee6a7311de55d252 /test/dump/unreachable.txt
parentb8793f6aabd4932114674443fd42c3448036044c (diff)
downloadwabt-0bcaaf67850f3d6bed35d02c22a8d873ffe395cc.tar.gz
wabt-0bcaaf67850f3d6bed35d02c22a8d873ffe395cc.tar.bz2
wabt-0bcaaf67850f3d6bed35d02c22a8d873ffe395cc.zip
fix dump tests, update binary version to 0xc
Diffstat (limited to 'test/dump/unreachable.txt')
-rw-r--r--test/dump/unreachable.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dump/unreachable.txt b/test/dump/unreachable.txt
index 34065f9c..b3033c00 100644
--- a/test/dump/unreachable.txt
+++ b/test/dump/unreachable.txt
@@ -4,7 +4,7 @@
(unreachable)))
(;; STDOUT ;;;
0000000: 0061 736d ; WASM_BINARY_MAGIC
-0000004: 0b00 0000 ; WASM_BINARY_VERSION
+0000004: 0c00 0000 ; WASM_BINARY_VERSION
; section "type"
0000008: 04 ; string length
0000009: 7479 7065 ; section id: "type"
@@ -30,11 +30,11 @@
; function body 0
0000025: 00 ; func body size (guess)
0000026: 00 ; local decl count
-0000027: 0a ; OPCODE_UNREACHABLE
+0000027: 00 ; OPCODE_UNREACHABLE
0000025: 02 ; FIXUP func body size
0000023: 04 ; FIXUP section size
;; dump
-0000000: 0061 736d 0b00 0000 0474 7970 6504 0140
+0000000: 0061 736d 0c00 0000 0474 7970 6504 0140
0000010: 0000 0866 756e 6374 696f 6e02 0100 0463
-0000020: 6f64 6504 0102 000a
+0000020: 6f64 6504 0102 0000
;;; STDOUT ;;)