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

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

Issue 2727373003: Late creation of CodegenEnqueuerListener and CodegenWorldBuilder (Closed)
Patch Set: Created 3 years, 10 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/codegen_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/type_representation_test.dart
diff --git a/tests/compiler/dart2js/type_representation_test.dart b/tests/compiler/dart2js/type_representation_test.dart
index 8dccc47e71f22c26c59763edc9d20e298d5709f9..a1f9fcab6492582f0c3a327a55301caba58b6710 100644
--- a/tests/compiler/dart2js/type_representation_test.dart
+++ b/tests/compiler/dart2js/type_representation_test.dart
@@ -46,8 +46,8 @@ void testTypeRepresentations() {
var closedWorldRefiner = env.compiler.closeResolution();
env.compiler.backend.onCodegenStart(
closedWorldRefiner.closedWorld,
- new CodegenWorldBuilderImpl(
- env.compiler.backend, const TypeMaskStrategy()));
+ new CodegenWorldBuilderImpl(env.compiler.backend,
+ closedWorldRefiner.closedWorld, const TypeMaskStrategy()));
TypeRepresentationGenerator typeRepresentation =
new TypeRepresentationGenerator(
env.compiler.backend.namer, env.compiler.backend.emitter);
« no previous file with comments | « pkg/compiler/lib/src/universe/codegen_world_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698