Index: sdk/lib/_internal/compiler/implementation/warnings.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/warnings.dart b/sdk/lib/_internal/compiler/implementation/warnings.dart |
index 95290e6562c78bdaac9f8be37875a869f0835529..255bfd57e7626434d517d29babf86e3cf9ce8fb3 100644 |
--- a/sdk/lib/_internal/compiler/implementation/warnings.dart |
+++ b/sdk/lib/_internal/compiler/implementation/warnings.dart |
@@ -1965,7 +1965,7 @@ Please include the following information: |
static const MessageKind PREAMBLE = const MessageKind( |
"When run on the command-line, the compiled output might" |
" require a preamble file located in:\n" |
- " <sdk>/lib/_internal/lib/preambles."); |
+ " <sdk>/lib/_internal/complire/js_lib/preambles."); |
////////////////////////////////////////////////////////////////////////////// |
// Patch errors start. |