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

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

Issue 2926863002: Handle parameters in compile_from_dill_test (Closed)
Patch Set: Fixes 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..658c747f2f033bc266b8040124033aa2d456dd15 100644
--- a/tests/compiler/dart2js/equivalence/check_functions.dart
+++ b/tests/compiler/dart2js/equivalence/check_functions.dart
@@ -208,6 +208,10 @@ void checkClassHierarchyNodes(
checkMixinUses(
closedWorld1, closedWorld2, node1.cls, node2.cls, elementEquivalence,
verbose: verbose);
+ Expect.isNotNull(
+ closedWorld1.getClassSet(cls1), "Missing ClassSet for $cls1");
+ Expect.isNotNull(
+ closedWorld2.getClassSet(cls2), "Missing ClassSet for $cls2");
}
void checkMixinUses(
« no previous file with comments | « pkg/compiler/lib/src/universe/resolution_world_builder.dart ('k') | tests/compiler/dart2js/kernel/compile_from_dill_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698