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

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

Issue 2727253007: Add NativeClassData/NativeClassDataBuilder (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 | « tests/compiler/dart2js/kernel/closed_world_test.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 a1f9fcab6492582f0c3a327a55301caba58b6710..7a7995eeeb94b7d88ee76b096a1a732fdd5ac67f 100644
--- a/tests/compiler/dart2js/type_representation_test.dart
+++ b/tests/compiler/dart2js/type_representation_test.dart
@@ -46,7 +46,7 @@ void testTypeRepresentations() {
var closedWorldRefiner = env.compiler.closeResolution();
env.compiler.backend.onCodegenStart(
closedWorldRefiner.closedWorld,
- new CodegenWorldBuilderImpl(env.compiler.backend,
+ new CodegenWorldBuilderImpl(env.compiler.backend.nativeClassData,
closedWorldRefiner.closedWorld, const TypeMaskStrategy()));
TypeRepresentationGenerator typeRepresentation =
new TypeRepresentationGenerator(
« no previous file with comments | « tests/compiler/dart2js/kernel/closed_world_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698