Index: tests/compiler/dart2js/minimal_resolution_test.dart |
diff --git a/tests/compiler/dart2js/minimal_resolution_test.dart b/tests/compiler/dart2js/minimal_resolution_test.dart |
index 68c080d7bd0c492fa65626993ee4f5fe2cf1228c..483c6125812de9c40f9001f1bd748f8064b98f6b 100644 |
--- a/tests/compiler/dart2js/minimal_resolution_test.dart |
+++ b/tests/compiler/dart2js/minimal_resolution_test.dart |
@@ -45,7 +45,8 @@ analyze(String code, |
compiler.resolution.wasProxyConstantComputedTestingOnly, |
"Unexpected computation of proxy constant."); |
- LibraryElement coreLibrary = compiler.commonElements.coreLibrary; |
+ LibraryElement coreLibrary = |
+ compiler.frontendStrategy.commonElements.coreLibrary; |
checkInstantiated( |
compiler, coreLibrary.find('_Proxy'), proxyConstantComputed); |
checkInstantiated(compiler, coreLibrary.find('Deprecated'), deprecatedClass); |