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

Unified Diff: test/webkit/fast/js/kde/GlobalObject.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/Error.js ('k') | test/webkit/fast/js/kde/Number.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/kde/GlobalObject.js
diff --git a/test/webkit/fast/js/kde/GlobalObject.js b/test/webkit/fast/js/kde/GlobalObject.js
index 112aea8cfd8efb27b1e65a7710bc7a87136a805c..aa09cd2d3700b3ae78342c50088013ad4f84b4ad 100644
--- a/test/webkit/fast/js/kde/GlobalObject.js
+++ b/test/webkit/fast/js/kde/GlobalObject.js
@@ -96,4 +96,4 @@ shouldBe("parseFloat('3.1x', 3)", "3.1");
shouldBeFalse("isFinite(parseFloat('Infinity'))");
shouldBeFalse("delete NaN");
shouldBeFalse("delete Infinity");
-shouldBeFalse("delete undefined");
+shouldBeFalse("delete undefined");
« no previous file with comments | « test/webkit/fast/js/kde/Error.js ('k') | test/webkit/fast/js/kde/Number.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698