Index: tests/compiler/dart2js/mock_compiler.dart |
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart |
index ca306b8c9cd5396519e485d557423f12b0c79226..2230e247d480a006793bc71cea3b072358867612 100644 |
--- a/tests/compiler/dart2js/mock_compiler.dart |
+++ b/tests/compiler/dart2js/mock_compiler.dart |
@@ -110,6 +110,8 @@ class MockCompiler extends Compiler { |
registerSource( |
Uris.dart_core, buildLibrarySource(DEFAULT_CORE_LIBRARY, coreSource)); |
registerSource(PATCH_CORE, DEFAULT_PATCH_CORE_SOURCE); |
+ registerSource( |
+ Uris.dart__internal, buildLibrarySource(DEFAULT_INTERNAL_LIBRARY)); |
registerSource( |
Uris.dart__js_helper, buildLibrarySource(DEFAULT_JS_HELPER_LIBRARY)); |