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

Unified Diff: test/mjsunit/error-accessors.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/enumeration-order.js ('k') | test/mjsunit/eval-stack-trace.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/error-accessors.js
diff --git a/test/mjsunit/error-accessors.js b/test/mjsunit/error-accessors.js
index 95810502405e5d5e084c756550750f3742e0825d..cdaf080a3c50ea738af46dca40c001f2db44bbc3 100644
--- a/test/mjsunit/error-accessors.js
+++ b/test/mjsunit/error-accessors.js
@@ -51,4 +51,3 @@ assertEquals("x is not defined",
o.message = "another message";
assertEquals("another message", o.message);
assertEquals("x is not defined", error2.message);
-
« no previous file with comments | « test/mjsunit/enumeration-order.js ('k') | test/mjsunit/eval-stack-trace.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698