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

Unified Diff: tests/compiler/dart2js/kernel/closed_world_test.dart

Issue 2743243003: Split MirrorsData (Closed)
Patch Set: Rebased Created 3 years, 9 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 | « pkg/compiler/lib/src/mirrors_used.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/kernel/closed_world_test.dart
diff --git a/tests/compiler/dart2js/kernel/closed_world_test.dart b/tests/compiler/dart2js/kernel/closed_world_test.dart
index c21da9758db8b57591a9a511712b426070d942f9..56a865d0afd3ffebb1b3e686d264d3da45367002 100644
--- a/tests/compiler/dart2js/kernel/closed_world_test.dart
+++ b/tests/compiler/dart2js/kernel/closed_world_test.dart
@@ -137,7 +137,7 @@ EnqueuerListener createResolutionEnqueuerListener(Compiler compiler) {
backend.interceptorDataBuilder,
backend.backendUsageBuilder,
backend.rtiNeedBuilder,
- backend.mirrorsData,
+ backend.mirrorsDataBuilder,
backend.noSuchMethodRegistry,
backend.customElementsResolutionAnalysis,
backend.lookupMapLibraryAccess,
« no previous file with comments | « pkg/compiler/lib/src/mirrors_used.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698