Chromium Code Reviews| Index: test/mjsunit/compiler/simple-binary-op.js |
| diff --git a/test/mjsunit/compiler/simple-binary-op.js b/test/mjsunit/compiler/simple-binary-op.js |
| index a4e8ab5f8f84e6bbd004f3720d293b692bbcfc92..3b6ecf375488f2458a981bdded3450a241773e86 100644 |
| --- a/test/mjsunit/compiler/simple-binary-op.js |
| +++ b/test/mjsunit/compiler/simple-binary-op.js |
| @@ -31,7 +31,7 @@ var c = 4; |
| function f() { this.x = this.x | a | b | c | a | c; } |
| -var o = {x:0, g:f} |
| +var o = {x:0, g:f}; |
| o.g(); |