 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/property-object-key.js | 
| diff --git a/test/mjsunit/property-object-key.js b/test/mjsunit/property-object-key.js | 
| index 5eb1e1b9ecefff9d9ae791655aab3d2b07e726f0..3556cb9ee29f31ccb89d3423c3ac6565f802cf5f 100644 | 
| --- a/test/mjsunit/property-object-key.js | 
| +++ b/test/mjsunit/property-object-key.js | 
| @@ -33,4 +33,3 @@ object[key] = 87; | 
| assertEquals(87, object[key]); | 
| object[key]++; | 
| assertEquals(88, object[key]); | 
| - |