| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 5fb2d85d63ebb3d74a2c47a33da7cdd6a099b341..73eea5caf843e04e2ba79de774b2b11289bc727f 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -250,6 +250,7 @@ class MockCompiler extends Compiler {
|
| // Set up the library imports.
|
| importHelperLibrary(coreLibrary);
|
| libraryLoader.importLibrary(jsHelperLibrary, coreLibrary, null);
|
| + libraryLoader.importLibrary(foreignLibrary, coreLibrary, null);
|
| libraryLoader.importLibrary(interceptorsLibrary, coreLibrary, null);
|
| libraryLoader.importLibrary(isolateHelperLibrary, coreLibrary, null);
|
|
|
|
|