Index: sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart |
diff --git a/sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart b/sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart |
index 62b7aab3bc22f44ab20364d81c6b8427368aa8b5..7aac751b4c4fb2081e0696db9ddc6ec2317b6ade 100644 |
--- a/sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart |
+++ b/sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart |
@@ -26,11 +26,8 @@ main() { |
]).create(); |
d.dir(appPath, [ |
- d.pubspec({ |
- "name": "myapp", |
- "dependencies": { |
- "foo": {"path": "../foo"} |
- } |
+ d.appPubspec({ |
+ "foo": {"path": "../foo"} |
}) |
]).create(); |