Chromium Code Reviews| Index: utils/tests/pub/pub_install_test.dart |
| diff --git a/utils/tests/pub/pub_install_test.dart b/utils/tests/pub/pub_install_test.dart |
| index b4fdaaa3bb9cce3b0a2dceda4c04a41f426ff216..35f408aee2070c20cb0633a7eb1bf3f2f738d0a3 100644 |
| --- a/utils/tests/pub/pub_install_test.dart |
| +++ b/utils/tests/pub/pub_install_test.dart |
| @@ -77,7 +77,9 @@ main() { |
| dir(sdkPath, [ |
| file('revision', '1234'), |
| dir('pkg', [ |
| - dir('foo', []) |
| + dir('foo', [ |
| + libPubspec('foo', '0.0.0-not.used') |
| + ]) |
| ]) |
| ]).scheduleCreate(); |