| Index: sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart b/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| index 05c7861e7c269eef43e79f819bb3bf2d77f6172a..1207ff078e5ec000b8e4ae01c93c4abe98b2f1a8 100644
|
| --- a/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| @@ -20,11 +20,8 @@ main() {
|
| var dummyPath = path.join(sandboxDir, 'dummy.txt');
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "foo": {"path": dummyPath}
|
| - }
|
| + d.appPubspec({
|
| + "foo": {"path": dummyPath}
|
| })
|
| ]).create();
|
|
|
|
|