| Index: test/mjsunit/compiler/regress-446156.js
|
| diff --git a/test/mjsunit/compiler/regress-446156.js b/test/mjsunit/compiler/regress-446156.js
|
| index 9a7915deed252ec3b3a430917d28601fc2890f99..f3cd2dd94ee0a466f9b1ee00fce9172588e1af88 100644
|
| --- a/test/mjsunit/compiler/regress-446156.js
|
| +++ b/test/mjsunit/compiler/regress-446156.js
|
| @@ -8,4 +8,4 @@
|
| var MEM = new Uint8ClampedArray(heap);
|
| function foo( ) { MEM[0] ^= 1; }
|
| return {foo: foo};
|
| -})(this, {}, new ArrayBuffer(0) ).foo();
|
| +})(this, {}, new ArrayBuffer( ) ).foo();
|
|
|