| Index: test/run/nonexistent_dependency_test.dart
|
| diff --git a/test/run/nonexistent_dependency_test.dart b/test/run/nonexistent_dependency_test.dart
|
| index 97d7822d46912e908eed2a3922e6799e7f757e6e..511b64ab4e8a8bcb45572e6278f952524a0abdc8 100644
|
| --- a/test/run/nonexistent_dependency_test.dart
|
| +++ b/test/run/nonexistent_dependency_test.dart
|
| @@ -13,6 +13,7 @@ main() {
|
| d.appPubspec()
|
| ]).create();
|
|
|
| + pubGet();
|
| var pub = pubRun(args: ["foo:script"]);
|
| pub.stderr.expect('Could not find package "foo". Did you forget to add a '
|
| 'dependency?');
|
|
|