Index: tests/compiler/dart2js/mock_compiler.dart |
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart |
index af3ef8212a5e4ef67ed7c5056fdf4752664152dd..cb99f57b625d19a772d197b46da2d832ec479d84 100644 |
--- a/tests/compiler/dart2js/mock_compiler.dart |
+++ b/tests/compiler/dart2js/mock_compiler.dart |
@@ -128,6 +128,8 @@ class MockCompiler extends Compiler { |
} |
registerSource(Compiler.DART_ASYNC, |
buildLibrarySource(asyncLibrarySource)); |
+ registerSource(JavaScriptBackend.PACKAGE_LOOKUP_MAP, |
+ buildLibrarySource(DEFAULT_LOOKUP_MAP_LIBRARY)); |
} |
String get patchVersion { |