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

Unified Diff: tests/standalone/io/skipping_dart2js_compilations_test.dart

Issue 11770004: Rename Date to DateTime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: tests/standalone/io/skipping_dart2js_compilations_test.dart
diff --git a/tests/standalone/io/skipping_dart2js_compilations_test.dart b/tests/standalone/io/skipping_dart2js_compilations_test.dart
index 044cd222cde2a22f76d983d411ef4387b27e5ef6..a53b6eb3b7daf5a26b1ccf2804afede448347bd5 100644
--- a/tests/standalone/io/skipping_dart2js_compilations_test.dart
+++ b/tests/standalone/io/skipping_dart2js_compilations_test.dart
@@ -123,7 +123,7 @@ class FileUtils {
class TestCompletedHandler {
FileUtils fileUtils;
- Date _expectedTimestamp;
+ DateTime _expectedTimestamp;
bool _shouldHaveRun;
TestCompletedHandler(FileUtils this.fileUtils, bool this._shouldHaveRun);

Powered by Google App Engine
This is Rietveld 408576698