| Index: test/run/runs_named_app_in_dependency_test.dart
|
| diff --git a/test/run/runs_named_app_in_dependency_test.dart b/test/run/runs_named_app_in_dependency_test.dart
|
| index f1b9cbc49e918f4cc8b314bf7901af806f02a74e..0b3d26556faa73d747e099b03d6d8915d154c157 100644
|
| --- a/test/run/runs_named_app_in_dependency_test.dart
|
| +++ b/test/run/runs_named_app_in_dependency_test.dart
|
| @@ -20,9 +20,7 @@ main() {
|
| })
|
| ]).create();
|
|
|
| - pubGet();
|
| -
|
| - var pub = pubRun(args: ["foo:bar"]);
|
| + var pub = pubRun(args: ["foo:bar"], shouldGetFirst: true);
|
| pub.stdout.expect("foobar");
|
| pub.shouldExit();
|
| });
|
|
|