Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1959)

Unified Diff: sdk/lib/_internal/compiler/implementation/warnings.dart

Issue 21074002: Remove support for missing part-of tag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and updated cf. comment. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.');
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/library_loader.dart ('k') | tests/compiler/dart2js/deprecated_features_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698