| Index: test/parse_test.dart
|
| diff --git a/test/parse_test.dart b/test/parse_test.dart
|
| index d51f1131708159844959c505f1c32ccfa2c013a4..ead1701072fc95d97be5b7e9d58f3fe96b99f98f 100644
|
| --- a/test/parse_test.dart
|
| +++ b/test/parse_test.dart
|
| @@ -21,11 +21,12 @@ main() {
|
| expect(program.entrypoint, isNotNull);
|
| expect(program.size, 10124);
|
| expect(program.compilationMoment,
|
| - DateTime.parse("2016-09-30 13:44:11.847439"));
|
| - expect(program.compilationDuration,
|
| - new Duration(seconds: 3, microseconds: 717112));
|
| + DateTime.parse("2016-09-30 16:14:58.038530"));
|
| + expect(program.compilationDuration, new Duration(microseconds: 2726976));
|
| + expect(program.toJsonDuration, new Duration(milliseconds: 4));
|
| + expect(program.dumpInfoDuration, new Duration(seconds: 0));
|
| expect(program.noSuchMethodEnabled, false);
|
| expect(program.minified, false);
|
| - }, skip: "need to update dart2js first");
|
| + });
|
| });
|
| }
|
|
|