| Index: test/mjsunit/compiler/regress-bit-number-constant.js
|
| diff --git a/test/mjsunit/compiler/regress-bit-number-constant.js b/test/mjsunit/compiler/regress-bit-number-constant.js
|
| index ca4cf116d95d65d9935046bcfb871362fda918d6..d36fe30ce06e610a0dad89a3c34448c4b46944a9 100644
|
| --- a/test/mjsunit/compiler/regress-bit-number-constant.js
|
| +++ b/test/mjsunit/compiler/regress-bit-number-constant.js
|
| @@ -15,4 +15,3 @@ var foo = (function Module(stdlib, foreign, heap) {
|
| })(stdlib, foreign, buffer).foo;
|
|
|
| assertFalse(foo(1));
|
| -assertTrue(foo(0));
|
|
|