| 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 02c2ebfe57724b916b60b179bfd31d528b8015df..4978a0b761a3aeef9eeb753e7b4ad2da0ccd5fbc 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -1175,7 +1175,8 @@ main() => A.A = 1;
|
|
|
| static const MessageKind DEFERRED_LIBRARY_DART_2_DART =
|
| const MessageKind(
|
| - "Deferred loading is not supported by the dart backend yet.");
|
| + "Deferred loading is not supported by the dart backend yet."
|
| + "The output will not be split.");
|
|
|
| static const MessageKind DEFERRED_LIBRARY_WITHOUT_PREFIX =
|
| const MessageKind(
|
|
|