| Index: test/run/runs_shorthand_app_in_dependency_test.dart
|
| diff --git a/test/run/runs_shorthand_app_in_dependency_test.dart b/test/run/runs_shorthand_app_in_dependency_test.dart
|
| index ea5a45660daeb201fe1d17341d74a24d63db3848..517f157eb301662424d14a28107e5cf1d40a3d20 100644
|
| --- a/test/run/runs_shorthand_app_in_dependency_test.dart
|
| +++ b/test/run/runs_shorthand_app_in_dependency_test.dart
|
| @@ -23,7 +23,8 @@ main() {
|
| })
|
| ]).create();
|
|
|
| - var pub = pubRun(args: ["foo"], shouldGetFirst: true);
|
| + pubGet();
|
| + var pub = pubRun(args: ["foo"]);
|
| pub.stdout.expect("foo");
|
| pub.shouldExit();
|
| });
|
|
|