| 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 7950a313c8f4f0c5cab3880b80be103b7e1c7e0c..16718a14422b16a9e42c9ff4649a05f70c6ba42d 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -534,7 +534,7 @@ class MessageKind {
|
| 'Warning: Expected part of library name "#{libraryName}".');
|
|
|
| static const MessageKind MISSING_PART_OF_TAG = const MessageKind(
|
| - 'Note: This file has no part-of tag, but it is being used as a part.');
|
| + 'Error: This file has no part-of tag, but it is being used as a part.');
|
|
|
| static const MessageKind DUPLICATED_PART_OF = const MessageKind(
|
| 'Error: Duplicated part-of directive.');
|
|
|