| Index: utils/tests/pub/pub_test.dart
|
| diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
|
| index f18328ca3d78d8c444f287d3f9a322f66dbcef05..bb38086448952893ef00ee03472b01b414de83ba 100644
|
| --- a/utils/tests/pub/pub_test.dart
|
| +++ b/utils/tests/pub/pub_test.dart
|
| @@ -43,7 +43,7 @@ final VERSION_STRING = '''
|
|
|
| main() {
|
| initConfig();
|
| -
|
| +
|
| integration('running pub with no command displays usage', () {
|
| schedulePub(args: [], output: USAGE_STRING);
|
| });
|
| @@ -106,6 +106,7 @@ main() {
|
|
|
| Usage: pub publish [options]
|
| -n, --dry-run Validate but do not publish the package
|
| + -f, --force Publish without confirmation if there are no errors
|
| --server The package server to which to upload this package
|
| (defaults to "https://pub.dartlang.org")
|
| ''');
|
|
|