Index: pkg/compiler/lib/src/warnings.dart |
diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart |
index eb3204571fd97432dc6bfbcb95273387ee2987cc..c3c902c8560487e3b06b6532857e6c00c3d6a5f0 100644 |
--- a/pkg/compiler/lib/src/warnings.dart |
+++ b/pkg/compiler/lib/src/warnings.dart |
@@ -2203,7 +2203,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/compiler/js_lib/preambles."); |
+ " <sdk>/lib/_internal/compiler_runtime/lib/preambles."); |
static const MessageKind INVALID_SYNC_MODIFIER = const MessageKind( |
"Invalid modifier 'sync'.", |