Chromium Code Reviews| Index: test/mjsunit/compiler/regress-8.js |
| diff --git a/test/mjsunit/compiler/regress-8.js b/test/mjsunit/compiler/regress-8.js |
| index 3a2388533cb19c9ba44f5dbd8ce978fe18aa3459..3fa838b07ce57c550b9e6b460778b69d133b2c23 100644 |
| --- a/test/mjsunit/compiler/regress-8.js |
| +++ b/test/mjsunit/compiler/regress-8.js |
| @@ -41,7 +41,7 @@ var Kob = ""; |
| var Lob = ""; |
| var Mob = ""; |
| var p = ""; |
| -function O() { this.append = function(a,b,c,d,e) { return a + b + c + d + e; } } |
| +function O() { this.append = function(a,b,c,d,e) { return a + b + c + d + e; }; } |
|
Rico
2011/12/08 10:24:37
long line (and the looks better on individual line
|
| function Nob(b,a) { |
| var c; |