 Chromium Code Reviews
 Chromium Code Reviews Issue 82803005:
  Make sure files end with exactly one new line and police this in presubmit.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 82803005:
  Make sure files end with exactly one new line and police this in presubmit.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: test/mjsunit/string-replace-gc.js | 
| diff --git a/test/mjsunit/string-replace-gc.js b/test/mjsunit/string-replace-gc.js | 
| index 73b310f9c0388210bff1b1f0ce7a0973db5f90ed..2f1efd8813c343085e410be17a62468d3fa180d6 100644 | 
| --- a/test/mjsunit/string-replace-gc.js | 
| +++ b/test/mjsunit/string-replace-gc.js | 
| @@ -53,4 +53,3 @@ var moving_string = "b" + "c"; | 
| var bar = foo.replace(/[a]/g, moving_string); | 
| print(bar.length); | 
| - |