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

Unified Diff: test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.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-directly-from-inlined-code.js
diff --git a/test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.js b/test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.js
index a1c5ca2576efc76318db900b5143eeb7c978870f..95a98bc3cb30576563998580093c940fbf984a56 100644
--- a/test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.js
+++ b/test/webkit/dfg-inline-arguments-use-directly-from-inlined-code.js
@@ -45,4 +45,3 @@ function argsToStr(args) {
for (var __i = 0; __i < 200; ++__i)
shouldBe("argsToStr(bar(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", b" + __i + ", c" + __i + "\"");
-
« no previous file with comments | « test/webkit/dfg-inline-arguments-out-of-bounds.js ('k') | test/webkit/dfg-inline-arguments-use-from-all-the-places.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698