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

Unified Diff: test/webkit/dfg-string-stricteq.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
Index: test/webkit/dfg-string-stricteq.js
diff --git a/test/webkit/dfg-string-stricteq.js b/test/webkit/dfg-string-stricteq.js
index 27a809a850d35f92e0b7e38019ec1058d18876e0..510709ad2707d66cd915731f4552346ca811e10b 100644
--- a/test/webkit/dfg-string-stricteq.js
+++ b/test/webkit/dfg-string-stricteq.js
@@ -49,4 +49,3 @@ for (var i = 0; i < 1000; ++i) {
shouldBe("foo({f:\"" + a + "\"}, {f:\"" + b + "\"})", "[" + (a.length + b.length) + ", " + areEqual + "]");
shouldBe("bar({f:\"" + a + "\"}, {f:\"" + b + "\"})", "" + (areEqual ? a.length + b.length + 1 : a.length + b.length - 1));
}
-

Powered by Google App Engine
This is Rietveld 408576698