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

Unified Diff: utils/tests/pub/yaml_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 | « utils/tests/pub/test_pub.dart ('k') | utils/tests/template/real_app.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/yaml_test.dart
diff --git a/utils/tests/pub/yaml_test.dart b/utils/tests/pub/yaml_test.dart
index 889923e54d2923102eacb88e82afd4acf1781e9b..50c021450467b7e4ad7fdf4fa298d971ab018380 100644
--- a/utils/tests/pub/yaml_test.dart
+++ b/utils/tests/pub/yaml_test.dart
@@ -434,7 +434,7 @@ main() {
"Warning": "A slightly different error message."
},
{
- "Date": "2001-11-23 15:03:17 -5",
+ "DateTime": "2001-11-23 15:03:17 -5",
"User": "ed",
"Fatal": 'Unknown variable "bar"',
"Stack": [
@@ -461,7 +461,7 @@ main() {
A slightly different error
message.
---
- Date: 2001-11-23 15:03:17 -5
+ DateTime: 2001-11-23 15:03:17 -5
User: ed
Fatal:
Unknown variable "bar"
« no previous file with comments | « utils/tests/pub/test_pub.dart ('k') | utils/tests/template/real_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698