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

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

Issue 2659883002: Use entities in BackendClasses (Closed)
Patch Set: Updated cf. comments. Created 3 years, 11 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
Index: tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
diff --git a/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart b/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
index 2a3146203e93146288a2bdb613ecb3ecedb26d6b..08643af9bd7e2f9d9e973cd000f050315d90715b 100644
--- a/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
+++ b/tests/compiler/dart2js/simple_inferrer_final_field2_test.dart
@@ -37,9 +37,9 @@ void main() {
typesInferrer.getTypeOfElement(element).containsOnly(type));
}
- checkFieldTypeInClass('A', 'intField',
- compiler.backend.backendClasses.uint31Implementation);
- checkFieldTypeInClass('A', 'stringField',
- compiler.backend.backendClasses.stringImplementation);
+ checkFieldTypeInClass(
+ 'A', 'intField', compiler.backend.backendClasses.uint31Class);
+ checkFieldTypeInClass(
+ 'A', 'stringField', compiler.backend.backendClasses.stringClass);
}));
}
« no previous file with comments | « tests/compiler/dart2js/field_type_simple_inferer_test.dart ('k') | tests/compiler/dart2js/type_mask2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698