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); |