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

Unified Diff: tests/compiler/dart2js/serialization/equivalence_test.dart

Issue 2150473002: Test ImportElement and fix PrefixElementZ.isTopLevel (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/serialization/modelz.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/serialization/equivalence_test.dart
diff --git a/tests/compiler/dart2js/serialization/equivalence_test.dart b/tests/compiler/dart2js/serialization/equivalence_test.dart
index 6ef6d26731fe765ae098fa8a5bd873ba4bea484b..5ae58a5427bc9f761341fe32c6eae530688578a0 100644
--- a/tests/compiler/dart2js/serialization/equivalence_test.dart
+++ b/tests/compiler/dart2js/serialization/equivalence_test.dart
@@ -353,11 +353,11 @@ class ElementPropertyEquivalence extends BaseElementVisitor<dynamic, Element> {
LibrarySerializer.getCompilationUnits(element1),
LibrarySerializer.getCompilationUnits(element2));
- checkElementListIdentities(
+ checkElementLists(
element1, element2, 'imports',
LibrarySerializer.getImports(element1),
LibrarySerializer.getImports(element2));
- checkElementListIdentities(
+ checkElementLists(
element1, element2, 'exports', element1.exports, element2.exports);
checkElementListIdentities(
« no previous file with comments | « pkg/compiler/lib/src/serialization/modelz.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698