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

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

Issue 2756103003: Split NativeBasicDataImpl (Closed)
Patch Set: 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 | « tests/compiler/dart2js/serialization/native_data_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 de07fcb6449cbdf81ce46d7182ccd274cf095f72..0de157816ef8ea795b1f9f1c64023872b0de56e9 100644
--- a/tests/compiler/dart2js/type_representation_test.dart
+++ b/tests/compiler/dart2js/type_representation_test.dart
@@ -49,7 +49,7 @@ void testTypeRepresentations() {
env.compiler.backend.onCodegenStart(
closedWorld,
new CodegenWorldBuilderImpl(
- env.compiler.backend.nativeBaseData,
+ env.compiler.backend.nativeBasicData,
closedWorld,
env.compiler.backend.constants,
const TypeMaskStrategy()));
« no previous file with comments | « tests/compiler/dart2js/serialization/native_data_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698