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

Unified Diff: test/webkit/fast/js/kde/operators.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/fast/js/kde/object_prototype_tostring.js ('k') | test/webkit/fast/js/kde/parse.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/kde/operators.js
diff --git a/test/webkit/fast/js/kde/operators.js b/test/webkit/fast/js/kde/operators.js
index 185ae01eab9385968c52060f1601fe1fc1d3e191..38e658b2bdbb88de040902d6513c01d533484814 100644
--- a/test/webkit/fast/js/kde/operators.js
+++ b/test/webkit/fast/js/kde/operators.js
@@ -501,4 +501,4 @@ shouldBeTrue("'a' in { a:1, b:2 }");
// instanceof
// Those 2 lines don't parse in Netscape...
shouldBe("(new Boolean()) instanceof Boolean", "true");
-shouldBe("(new Boolean()) instanceof Number", "false");
+shouldBe("(new Boolean()) instanceof Number", "false");
« no previous file with comments | « test/webkit/fast/js/kde/object_prototype_tostring.js ('k') | test/webkit/fast/js/kde/parse.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698