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 37c3e2396cda4695eba2eba224d887f267b29607..ef036af2d2b17bdd3168aae69443a8208839bf1e 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."); |
|
floitsch
2014/07/01 11:39:04
Keep the "yet" part.
sigurdm
2014/07/01 12:27:54
Done.
|
| static const MessageKind DEFERRED_LIBRARY_WITHOUT_PREFIX = |
| const MessageKind( |