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

Unified Diff: sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart

Issue 397843005: Lazily load the entrypoint. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/list_package_dirs/includes_dev_dependencies_test.dart
diff --git a/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart b/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart
index aed1bf3f0fd1eddaae3fc01c1370cf72474e085a..69bbe45446b32bb45e3a116e660ad938596e2085 100644
--- a/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart
+++ b/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart
@@ -38,7 +38,8 @@ main() {
"myapp": canonicalize(path.join(sandboxDir, appPath, "lib"))
},
"input_files": [
- canonicalize(path.join(sandboxDir, appPath, "pubspec.lock"))
+ canonicalize(path.join(sandboxDir, appPath, "pubspec.lock")),
+ canonicalize(path.join(sandboxDir, appPath, "pubspec.yaml"))
]
});
});

Powered by Google App Engine
This is Rietveld 408576698