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

Unified Diff: tests/compiler/dart2js/serialization_impact_test.dart

Issue 1873573004: Serialize TreeElements (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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/compiler/dart2js/serialization_impact_test.dart
diff --git a/tests/compiler/dart2js/serialization_impact_test.dart b/tests/compiler/dart2js/serialization_impact_test.dart
index 1999237b8b34bd8622e14f3bbbf84c11011b9e09..05d91d6dd981f8366432a33079a4365e3da03567 100644
--- a/tests/compiler/dart2js/serialization_impact_test.dart
+++ b/tests/compiler/dart2js/serialization_impact_test.dart
@@ -47,4 +47,5 @@ Future check(
deserialize(compilerDeserialized, serializedData);
await compilerDeserialized.run(entryPoint);
+ checkAllImpacts(compilerNormal, compilerDeserialized, verbose: true);
Johnni Winther 2016/04/08 15:25:40 From https://codereview.chromium.org/1870133002/
}

Powered by Google App Engine
This is Rietveld 408576698