Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: sdk/lib/_internal/pub/test/install/relative_symlink_test.dart

Issue 19592015: Get rid of hokey dependencyMapList stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698