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

Unified Diff: test/mjsunit/date.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 years 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/mjsunit/d8-os.js ('k') | test/mjsunit/date-parse.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/date.js
diff --git a/test/mjsunit/date.js b/test/mjsunit/date.js
index fa43cbb43157eb3b8450ee2021492da4302913f9..9677fb4991e84d94e03a95f9cdf65ee319f7cde1 100644
--- a/test/mjsunit/date.js
+++ b/test/mjsunit/date.js
@@ -159,9 +159,9 @@ var d = new Date();
assertDoesNotThrow("d.setDate(-0)");
assertDoesNotThrow("new Date(-0, -0, -0, -0, -0, -0, -0)");
assertDoesNotThrow("new Date(0x40000000, 0x40000000, 0x40000000," +
- "0x40000000, 0x40000000, 0x40000000, 0x40000000)")
+ "0x40000000, 0x40000000, 0x40000000, 0x40000000)");
assertDoesNotThrow("new Date(-0x40000001, -0x40000001, -0x40000001," +
- "-0x40000001, -0x40000001, -0x40000001, -0x40000001)")
+ "-0x40000001, -0x40000001, -0x40000001, -0x40000001)");
// Modified test from WebKit
« no previous file with comments | « test/mjsunit/d8-os.js ('k') | test/mjsunit/date-parse.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698