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

Unified Diff: test/webkit/string-trim.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/webkit/stack-unwinding.js ('k') | test/webkit/throw-from-finally.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/string-trim.js
diff --git a/test/webkit/string-trim.js b/test/webkit/string-trim.js
index e64475473657528f9270416c4653d9c4f2683146..27f99d579ae6f71e0e4336a8e03ceb497b81bfb2 100644
--- a/test/webkit/string-trim.js
+++ b/test/webkit/string-trim.js
@@ -92,4 +92,3 @@ for (var i = 0; i < testValues.length; i++) {
shouldBe("trimLeft.call("+testValues[i]+")", "'"+eval(testValues[i])+"'");
shouldBe("trimRight.call("+testValues[i]+")", "'"+eval(testValues[i])+"'");
}
-
« no previous file with comments | « test/webkit/stack-unwinding.js ('k') | test/webkit/throw-from-finally.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698