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