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

Unified Diff: sdk/lib/_internal/pub/test/dependency_override_test.dart

Issue 84223002: Make the override warnings prettier. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/pub/test/dependency_override_test.dart
diff --git a/sdk/lib/_internal/pub/test/dependency_override_test.dart b/sdk/lib/_internal/pub/test/dependency_override_test.dart
index c930dd5b84527fa4fb890ff437341a4c50fb40dc..4fdd7f5d5d77cc881f82314de9b4195881b458df 100644
--- a/sdk/lib/_internal/pub/test/dependency_override_test.dart
+++ b/sdk/lib/_internal/pub/test/dependency_override_test.dart
@@ -103,10 +103,10 @@ main() {
schedulePub(args: [command.name], output: command.success, error:
"""
- Warning: You are overriding these dependencies:
- - bar any from hosted (bar)
- - baz any from hosted (baz)
- - foo any from hosted (foo)
+ Warning: You are using these overridden dependencies:
+ - bar
+ - baz
+ - foo
""");
nweiz 2013/11/26 21:14:46 We should also test this with a path dependency ov
});
});

Powered by Google App Engine
This is Rietveld 408576698