diff options
author | Ben Smith <binji@chromium.org> | 2015-12-03 21:39:07 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-12-03 21:41:48 -0800 |
commit | 5b20c7d49cb76b466f0f3c010e2d107fa738bcc2 (patch) | |
tree | ed384951d836a1d80bd70e0f24820d712f67af21 /test/spec/select.txt | |
parent | ea3658e6f893b7b66443718ae6b336cc539a0103 (diff) | |
download | wabt-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.txt | 2 |
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); ^ |