diff options
Diffstat (limited to 'test/wasm2js/nested-selects.2asm.js.opt')
-rw-r--r-- | test/wasm2js/nested-selects.2asm.js.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2js/nested-selects.2asm.js.opt b/test/wasm2js/nested-selects.2asm.js.opt index 885f79b3e..c69ab2cc9 100644 --- a/test/wasm2js/nested-selects.2asm.js.opt +++ b/test/wasm2js/nested-selects.2asm.js.opt @@ -22,7 +22,7 @@ function asmFunc(global, env, buffer) { var infinity = global.Infinity; function $1($0) { $0 = $0 | 0; - return (($0 | 0) < (0 | 0) ? -1 : ($0 | 0) > (0 | 0) ? 1 : 0) | 0; + return (($0 | 0) < 0 ? -1 : ($0 | 0) > 0 ? 1 : 0) | 0; } var FUNCTION_TABLE = []; |