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

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

Issue 2814973003: Extract ClosedWorldRefiner implementation from ClosedWorldImpl to ClosedWorldBase (Closed)
Patch Set: Created 3 years, 8 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/embedded_category_api_boundary_test.dart
diff --git a/tests/compiler/dart2js/embedded_category_api_boundary_test.dart b/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
index 1240132f479d56cd852daa6432790813f4d7d09e..80151cd9e68a2749146b6a5b422a4add86dcc66e 100644
--- a/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
+++ b/tests/compiler/dart2js/embedded_category_api_boundary_test.dart
@@ -38,7 +38,7 @@ Set<String> whiteList = new Set.from([
bool checkResults(Compiler compiler, CollectingDiagnosticHandler handler) {
return compiler.enqueuer.resolution.processedEntities
- .every((Element element) {
+ .every((MemberElement element) {
if (whiteList.contains("$element")) return true;
LibraryInfo info = libraries[element.library.canonicalUri.path];
bool isAllowedInEmbedded =

Powered by Google App Engine
This is Rietveld 408576698