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

Unified Diff: test/preparser/strict-const.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/preparser/nonstrict-with.js ('k') | test/preparser/strict-octal-indirect-regexp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/preparser/strict-const.js
diff --git a/test/preparser/strict-const.js b/test/preparser/strict-const.js
index 91e9e39e7c05c5892aea2dca4fcc7679075a6e13..2b9230c05367c8eaca97de1651e7e3a68d13338f 100644
--- a/test/preparser/strict-const.js
+++ b/test/preparser/strict-const.js
@@ -26,4 +26,4 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"use strict";
-const x = 42;
+const x = 42;
« no previous file with comments | « test/preparser/nonstrict-with.js ('k') | test/preparser/strict-octal-indirect-regexp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698