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

Unified Diff: test/webkit/dfg-inline-arguments-use-from-all-the-places.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-inline-arguments-use-from-all-the-places.js
diff --git a/test/webkit/dfg-inline-arguments-use-from-all-the-places.js b/test/webkit/dfg-inline-arguments-use-from-all-the-places.js
index 4470d9cc6626e13439665a61ea4de5c3d8e056a6..fce5430d07bdb0a69abcedead7c9b3adb449397a 100644
--- a/test/webkit/dfg-inline-arguments-use-from-all-the-places.js
+++ b/test/webkit/dfg-inline-arguments-use-from-all-the-places.js
@@ -62,4 +62,3 @@ for (var __i = 0; __i < 200; ++__i) {
var text3 = "[[object Arguments]: 42, 56]";
shouldBe("argsToStr(bar(o, \"b\" + __i, \"c\" + __i))", "\"[[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments]: " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text3 + "]\"");
}
-

Powered by Google App Engine
This is Rietveld 408576698