Chromium Code Reviews| Index: pkg/args/pubspec.yaml |
| diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml |
| index 959c189cae0a0e97d684617a43e4029f82b26d9a..14802e7025dc861d1c3941ee00fc9817b6e38d19 100644 |
| --- a/pkg/args/pubspec.yaml |
| +++ b/pkg/args/pubspec.yaml |
| @@ -6,7 +6,5 @@ description: > |
| Libraries for defining parsers for parsing raw command-line arguments into |
| a set of options and values using GNU and POSIX style options. |
| - |
| -dependencies: |
| - unittest: |
| - sdk: unittest |
| +dev_dependencies: |
| + unittest: any |