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

Unified Diff: test/webkit/fast/js/kde/assignments.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/arguments-scope.js ('k') | test/webkit/fast/js/kde/cast.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/kde/assignments.js
diff --git a/test/webkit/fast/js/kde/assignments.js b/test/webkit/fast/js/kde/assignments.js
index 2cb49cf933dca262543340a92486f1f1622b75b0..d654bb3dca27f33643a947a68d4f5f141906d32a 100644
--- a/test/webkit/fast/js/kde/assignments.js
+++ b/test/webkit/fast/js/kde/assignments.js
@@ -33,4 +33,4 @@ shouldBe("var i = 8; i >>= 1", "4");
shouldBe("var i = 1; i >>= 2", "0");
shouldBe("var i = -8; i >>= 24", "-1");
shouldBe("var i = 8; i >>>= 2", "2");
-shouldBe("var i = -8; i >>>= 24", "255");
+shouldBe("var i = -8; i >>>= 24", "255");
« no previous file with comments | « test/webkit/fast/js/kde/arguments-scope.js ('k') | test/webkit/fast/js/kde/cast.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698