| 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 27c2c61669ee289aa3c8f85657508073a1d179e0..2e352ea2d3a0ca50a18c3e98e64f4e679323e911 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);
|
| }
|
|
|