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

Unified Diff: tests/compiler/dart2js/equivalence/check_functions.dart

Issue 2926863002: Handle parameters in compile_from_dill_test (Closed)
Patch Set: Cleanup. Created 3 years, 6 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/equivalence/check_functions.dart
diff --git a/tests/compiler/dart2js/equivalence/check_functions.dart b/tests/compiler/dart2js/equivalence/check_functions.dart
index d666d995efffea7c27a28f2bb3561a50cbf173a9..5296d63e6a79bce5758d0795438d1a25de0d4291 100644
--- a/tests/compiler/dart2js/equivalence/check_functions.dart
+++ b/tests/compiler/dart2js/equivalence/check_functions.dart
@@ -208,6 +208,8 @@ void checkClassHierarchyNodes(
checkMixinUses(
closedWorld1, closedWorld2, node1.cls, node2.cls, elementEquivalence,
verbose: verbose);
+ Expect.isNotNull(closedWorld1.getClassSet(cls1));
+ Expect.isNotNull(closedWorld2.getClassSet(cls2));
}
void checkMixinUses(

Powered by Google App Engine
This is Rietveld 408576698