Index: tests/compiler/dart2js/mock_libraries.dart |
diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart |
index 37135b2274de5de84fbbecc025b6bc147e4c4251..e73586c0cc04b438e237dfc44677548a7323f2fd 100644 |
--- a/tests/compiler/dart2js/mock_libraries.dart |
+++ b/tests/compiler/dart2js/mock_libraries.dart |
@@ -6,6 +6,15 @@ |
library mock_libraries; |
+const DEFAULT_PLATFORM_CONFIG = """ |
+[libraries] |
+core:core/core.dart |
+async:async/async.dart |
+_js_helper:_internal/js_runtime/lib/js_helper.dart |
+_interceptors:_internal/js_runtime/lib/interceptors.dart |
+_isolate_helper:_internal/js_runtime/lib/isolate_helper.dart |
+"""; |
+ |
String buildLibrarySource( |
Map<String, String> elementMap, |
[Map<String, String> additionalElementMap = const <String, String>{}]) { |