| Index: test/run/allows_dart_extension_test.dart
|
| diff --git a/test/run/allows_dart_extension_test.dart b/test/run/allows_dart_extension_test.dart
|
| index c9bec022dc52f928dac18f18750f27cf45dfd256..cb29118059e83bc8f3565d930e7afa382a48dd1d 100644
|
| --- a/test/run/allows_dart_extension_test.dart
|
| +++ b/test/run/allows_dart_extension_test.dart
|
| @@ -24,7 +24,8 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - var pub = pubRun(args: ["script.dart"], shouldGetFirst: true);
|
| + pubGet();
|
| + var pub = pubRun(args: ["script.dart"]);
|
| pub.stdout.expect("stdout output");
|
| pub.stderr.expect("stderr output");
|
| pub.shouldExit(123);
|
|
|