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

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

Issue 2955353002: Split inference type-info accessors into members, parameters and local functions (Closed)
Patch Set: Updated cf. comments Created 3 years, 6 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/list_tracer_test.dart ('k') | tests/compiler/dart2js/map_tracer_const_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/list_tracer_typed_data_length_test.dart
diff --git a/tests/compiler/dart2js/list_tracer_typed_data_length_test.dart b/tests/compiler/dart2js/list_tracer_typed_data_length_test.dart
index 59ede2bb3f67e48586a65c3388f8072d00686792..422ad7f0051c9435d0aa75ef7580df055ccc1401 100644
--- a/tests/compiler/dart2js/list_tracer_typed_data_length_test.dart
+++ b/tests/compiler/dart2js/list_tracer_typed_data_length_test.dart
@@ -35,7 +35,7 @@ void main() {
checkType(String name, type, length) {
var element = findElement(compiler, name);
- TypeMask mask = typesInferrer.getTypeOfElement(element);
+ TypeMask mask = typesInferrer.getTypeOfMember(element);
Expect.isTrue(mask.isContainer);
ContainerTypeMask container = mask;
Expect.equals(type, simplify(container.elementType, closedWorld), name);
« no previous file with comments | « tests/compiler/dart2js/list_tracer_test.dart ('k') | tests/compiler/dart2js/map_tracer_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698