| 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 e8c4e75148ad2cc98680924a169839a7cc6c07e2..9409fc0db9ae39c43c11997f6799398ef28603c9 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);
|
|
|