| Index: sdk/lib/_internal/pub/test/install/broken_symlink_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/broken_symlink_test.dart b/sdk/lib/_internal/pub/test/install/broken_symlink_test.dart
|
| index 0da846607c485ef7dc48b408ef59846c9a3fc782..51cff5f3ca127576ed61278c990bccae3fec73fa 100644
|
| --- a/sdk/lib/_internal/pub/test/install/broken_symlink_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/broken_symlink_test.dart
|
| @@ -15,7 +15,7 @@ main() {
|
| initConfig();
|
| integration('replaces a broken "packages" symlink', () {
|
| d.dir(appPath, [
|
| - d.appPubspec([]),
|
| + d.appPubspec(),
|
| d.libDir('foo'),
|
| d.dir("bin")
|
| ]).create();
|
| @@ -38,7 +38,7 @@ main() {
|
|
|
| integration('replaces a broken secondary "packages" symlink', () {
|
| d.dir(appPath, [
|
| - d.appPubspec([]),
|
| + d.appPubspec(),
|
| d.libDir('foo'),
|
| d.dir("bin")
|
| ]).create();
|
|
|