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

Unified Diff: test/webkit/dfg-mispredict-variable-but-prove-int.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-mispredict-variable-but-prove-int.js
diff --git a/test/webkit/dfg-mispredict-variable-but-prove-int.js b/test/webkit/dfg-mispredict-variable-but-prove-int.js
index c312670317d954d4e91a035844dbccf32d3bf248..47530c6b54fdd00dfa7c1e7cd89b25b4c214c293 100644
--- a/test/webkit/dfg-mispredict-variable-but-prove-int.js
+++ b/test/webkit/dfg-mispredict-variable-but-prove-int.js
@@ -41,4 +41,3 @@ shouldBe("foo(0, 1, 0)", "0.5");
for (var i = 0; i < 200; ++i)
shouldBe("foo(i, i + 1, i + 2)", "1");
-
« no previous file with comments | « test/webkit/dfg-min-backwards-propagation.js ('k') | test/webkit/dfg-mul-big-integer-with-small-integer-and-bitor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698