| Index: test/mjsunit/compiler/simple-bailouts.js
|
| diff --git a/test/mjsunit/compiler/simple-bailouts.js b/test/mjsunit/compiler/simple-bailouts.js
|
| index ef7a0f47bd9b45f3f0d911b65a104c568c27cb71..c94ed7bbbe2735f7a24be838d110a9e0d8620cf3 100644
|
| --- a/test/mjsunit/compiler/simple-bailouts.js
|
| +++ b/test/mjsunit/compiler/simple-bailouts.js
|
| @@ -88,15 +88,15 @@ Test.prototype.test9 = function() {
|
| | c) // 4
|
| | d) // 8
|
| | a; // 1.1
|
| -}
|
| +};
|
|
|
| Test.prototype.test10 = function() {
|
| this.z = (a >> b) | (c >> c);
|
| -}
|
| +};
|
|
|
| Test.prototype.test11 = function(x) {
|
| this.z = x >> x;
|
| -}
|
| +};
|
|
|
| var t = new Test();
|
|
|
|
|