Chromium Code Reviews| 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..6a2f08fa10c58dcac64b5b5b8aa2a0112f6eccf2 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." |
| + "Will not split the output."); |
|
Johnni Winther
2014/08/04 07:34:53
"Will .. output" -> "The output will not be split.
|
| static const MessageKind DEFERRED_LIBRARY_WITHOUT_PREFIX = |
| const MessageKind( |