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

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

Issue 2869753002: Pass NativeDataBuilder through ResolutionWorldBuilder (Closed)
Patch Set: Created 3 years, 7 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/universe/world_builder.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 04d1381941a5cdc55e837f136dd751fed75e82f9..c4848a513bccaaf2eb75e6949b178d793ce7b321 100644
--- a/tests/compiler/dart2js/kernel/closed_world_test.dart
+++ b/tests/compiler/dart2js/kernel/closed_world_test.dart
@@ -100,7 +100,11 @@ main(List<String> args) {
const TreeShakingEnqueuerStrategy(),
resolutionEnqueuerListener,
new ElementResolutionWorldBuilder(
- backend, compiler.resolution, const OpenWorldStrategy()),
+ backend,
+ compiler.resolution,
+ backend.nativeBasicData,
+ backend.nativeDataBuilder,
+ const OpenWorldStrategy()),
new KernelWorkItemBuilder(compiler),
'enqueuer from kernel');
ClosedWorld closedWorld = computeClosedWorld(
« no previous file with comments | « pkg/compiler/lib/src/universe/world_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698