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

Unified Diff: sdk/lib/_internal/pub/test/install/broken_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/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();

Powered by Google App Engine
This is Rietveld 408576698