| Index: sdk/lib/_internal/pub/test/package_files_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/package_files_test.dart b/sdk/lib/_internal/pub/test/package_files_test.dart
|
| index 58fd1813947b66b52ea3fa130159911e113b93c3..5c61e0f27bda2c6c07a8100105a3fe136bf340aa 100644
|
| --- a/sdk/lib/_internal/pub/test/package_files_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/package_files_test.dart
|
| @@ -23,7 +23,7 @@ main() {
|
|
|
| group('not in a git repo', () {
|
| setUp(() {
|
| - d.appDir([]).create();
|
| + d.appDir().create();
|
| scheduleEntrypoint();
|
| });
|
|
|
| @@ -55,7 +55,7 @@ main() {
|
| group('with git', () {
|
| setUp(() {
|
| ensureGit();
|
| - d.git(appPath, [d.appPubspec([])]).create();
|
| + d.git(appPath, [d.appPubspec()]).create();
|
| scheduleEntrypoint();
|
| });
|
|
|
|
|