| Index: sdk/lib/_internal/pub/test/install/relative_symlink_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/relative_symlink_test.dart b/sdk/lib/_internal/pub/test/install/relative_symlink_test.dart
|
| index deb2254e9a1a9d66639388fba5e3fdd3172ecfdd..7483decd1791d534f67af84febfb2661e54ed05d 100644
|
| --- a/sdk/lib/_internal/pub/test/install/relative_symlink_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/relative_symlink_test.dart
|
| @@ -21,7 +21,7 @@ main() {
|
| initConfig();
|
| integration('uses a relative symlink for the self link', () {
|
| d.dir(appPath, [
|
| - d.appPubspec([]),
|
| + d.appPubspec(),
|
| d.libDir('foo')
|
| ]).create();
|
|
|
| @@ -40,7 +40,7 @@ main() {
|
|
|
| integration('uses a relative symlink for secondary packages directory', () {
|
| d.dir(appPath, [
|
| - d.appPubspec([]),
|
| + d.appPubspec(),
|
| d.libDir('foo'),
|
| d.dir("bin")
|
| ]).create();
|
|
|