summaryrefslogtreecommitdiff
path: root/test/spec/select.txt
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2015-12-03 21:39:07 -0800
committerBen Smith <binji@chromium.org>2015-12-03 21:41:48 -0800
commit5b20c7d49cb76b466f0f3c010e2d107fa738bcc2 (patch)
treeed384951d836a1d80bd70e0f24820d712f67af21 /test/spec/select.txt
parentea3658e6f893b7b66443718ae6b336cc539a0103 (diff)
downloadwabt-5b20c7d49cb76b466f0f3c010e2d107fa738bcc2.tar.gz
wabt-5b20c7d49cb76b466f0f3c010e2d107fa738bcc2.tar.bz2
wabt-5b20c7d49cb76b466f0f3c010e2d107fa738bcc2.zip
update v8-native, fixes many spec tests
Diffstat (limited to 'test/spec/select.txt')
-rw-r--r--test/spec/select.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/select.txt b/test/spec/select.txt
index d2e38598..f021b58a 100644
--- a/test/spec/select.txt
+++ b/test/spec/select.txt
@@ -6,7 +6,7 @@
;;; STDERR ;;)
(;; STDOUT ;;;
-WasmModule::Instantiate(): Compiling WASM function #4:select_trap_l failed:Result = ExprSelect[2] expected type <end>, found ExprI8Const of type int32 @+0
+WasmModule::Instantiate(): Compiling WASM function #4:select_trap_l failed:Result = ExprSelect[2] expected type <end>, found ExprI8Const of type i32 @+0
var module = WASM.instantiateModule(u8a.buffer, ffi);
^