| Index: tests/compiler/dart2js/exit_code_test.dart
|
| diff --git a/tests/compiler/dart2js/exit_code_test.dart b/tests/compiler/dart2js/exit_code_test.dart
|
| index 4b9899dd6c2b1a098ed04bc99e1a184fa5b49310..9966f59feb6ebda835dd8c0899ce6c35087daf44 100644
|
| --- a/tests/compiler/dart2js/exit_code_test.dart
|
| +++ b/tests/compiler/dart2js/exit_code_test.dart
|
| @@ -54,7 +54,7 @@ class TestCompiler extends apiimpl.Compiler {
|
| return super.onLibraryScanned(element, loader);
|
| }
|
|
|
| - Future onLibrariesLoaded(Map<Uri, LibraryElement> loadedLibraries) {
|
| + Future onLibrariesLoaded(LoadedLibraries loadedLibraries) {
|
| test('Compiler.onLibrariesLoaded');
|
| return super.onLibrariesLoaded(loadedLibraries);
|
| }
|
|
|