Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: test/mjsunit/prototype.js

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
Patch Set: retry upload Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/property-object-key.js ('k') | test/mjsunit/regexp-indexof.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/prototype.js
diff --git a/test/mjsunit/prototype.js b/test/mjsunit/prototype.js
index bfc1a799d4b00fa5929da71cfb5385f5145ea2b0..a953422c325f1ba40dd7a6040a3ff49fa87ebbdb 100644
--- a/test/mjsunit/prototype.js
+++ b/test/mjsunit/prototype.js
@@ -89,5 +89,3 @@ var test = new Object;
test.__proto__ = (new Array()).__proto__;
test.length = 14;
assertEquals(14, test.length);
-
-
« no previous file with comments | « test/mjsunit/property-object-key.js ('k') | test/mjsunit/regexp-indexof.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698