| Index: tests/compiler/dart2js/library_resolution_test.dart
|
| diff --git a/tests/compiler/dart2js/library_resolution_test.dart b/tests/compiler/dart2js/library_resolution_test.dart
|
| index 3d6c035cd3b3448e37ac6fa560deb0cc0e9fefeb..d45431236d5b3ab85aa875d6432cad568fccf2aa 100644
|
| --- a/tests/compiler/dart2js/library_resolution_test.dart
|
| +++ b/tests/compiler/dart2js/library_resolution_test.dart
|
| @@ -48,7 +48,7 @@ const LibraryInfo mock2LibraryInfo = const LibraryInfo(
|
| platforms: DART2JS_PLATFORM);
|
|
|
|
|
| -class CustomCompiler extends Compiler {
|
| +class CustomCompiler extends CompilerImpl {
|
| final Map<String, LibraryInfo> customLibraryInfo;
|
|
|
| CustomCompiler(
|
| @@ -111,7 +111,7 @@ main() {
|
| Expect.equals(1, actualMessageCount);
|
| }
|
|
|
| - Compiler compiler = new CustomCompiler(
|
| + CompilerImpl compiler = new CustomCompiler(
|
| {},
|
| new LegacyCompilerInput(wrappedProvider),
|
| new LegacyCompilerDiagnostics(wrappedHandler),
|
|
|