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

Unified Diff: sdk/lib/_internal/pub/test/package_list_files_test.dart

Issue 805393002: Update pub to use the new command runner API in args. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 5 years, 11 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/package_list_files_test.dart
diff --git a/sdk/lib/_internal/pub/test/package_list_files_test.dart b/sdk/lib/_internal/pub/test/package_list_files_test.dart
index 56d8fb85e6b7f0d1a65d4af93c7621f403bb51e1..079a6b970abce0e190399627eb0cd9408bcb557c 100644
--- a/sdk/lib/_internal/pub/test/package_list_files_test.dart
+++ b/sdk/lib/_internal/pub/test/package_list_files_test.dart
@@ -116,7 +116,8 @@ main() {
void scheduleEntrypoint() {
schedule(() {
root = path.join(sandboxDir, appPath);
- entrypoint = new Entrypoint(root, new SystemCache.withSources(root));
+ entrypoint = new Entrypoint(root,
+ new SystemCache.withSources(rootDir: root));
}, 'initializing entrypoint');
currentSchedule.onComplete.schedule(() {

Powered by Google App Engine
This is Rietveld 408576698