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

Unified Diff: tests/language/issue4157508_test.dart

Issue 11770004: Rename Date to DateTime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments and keep Backwards-compatibility class Date. Created 7 years, 11 months 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 | « tests/isolate/timer_test.dart ('k') | tests/language/type_error_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/issue4157508_test.dart
diff --git a/tests/language/issue4157508_test.dart b/tests/language/issue4157508_test.dart
index 54a938a0e456816d713ec0a8e47637064670283e..af08c9d3359597f6faf1d061eda998c25340f9ca 100644
--- a/tests/language/issue4157508_test.dart
+++ b/tests/language/issue4157508_test.dart
@@ -4,7 +4,7 @@
class Issue4157508Test {
Issue4157508Test(var v) {
- var d = new Date.fromMillisecondsSinceEpoch(v, isUtc: true);
+ var d = new DateTime.fromMillisecondsSinceEpoch(v, isUtc: true);
}
static void testMain() {
« no previous file with comments | « tests/isolate/timer_test.dart ('k') | tests/language/type_error_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698