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

Unified Diff: test/parse_test.dart

Issue 2402473002: Add ClosureInfo for closures. (Closed)
Patch Set: update parse test Created 4 years, 2 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 | « test/hello_world/hello_world.js.info.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/parse_test.dart
diff --git a/test/parse_test.dart b/test/parse_test.dart
index ead1701072fc95d97be5b7e9d58f3fe96b99f98f..8b891dcd624aff3703b32bbe6f526eaf1a8c8669 100644
--- a/test/parse_test.dart
+++ b/test/parse_test.dart
@@ -19,10 +19,10 @@ main() {
expect(program, isNotNull);
expect(program.entrypoint, isNotNull);
- expect(program.size, 10124);
+ expect(program.size, 10116);
expect(program.compilationMoment,
- DateTime.parse("2016-09-30 16:14:58.038530"));
- expect(program.compilationDuration, new Duration(microseconds: 2726976));
+ DateTime.parse("2016-10-06 10:14:59.145665"));
+ expect(program.compilationDuration, new Duration(microseconds: 2729236));
expect(program.toJsonDuration, new Duration(milliseconds: 4));
expect(program.dumpInfoDuration, new Duration(seconds: 0));
expect(program.noSuchMethodEnabled, false);
« no previous file with comments | « test/hello_world/hello_world.js.info.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698