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
|
}); |
}); |