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

Unified Diff: test/run/runs_named_app_in_dev_dependency_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 5 years, 4 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: test/run/runs_named_app_in_dev_dependency_test.dart
diff --git a/test/run/runs_named_app_in_dev_dependency_test.dart b/test/run/runs_named_app_in_dev_dependency_test.dart
index 0272f03d58717906e92150e1a7b06f52534ab592..b6cae2ec124e694a9bef854bdf0d0901c0986778 100644
--- a/test/run/runs_named_app_in_dev_dependency_test.dart
+++ b/test/run/runs_named_app_in_dev_dependency_test.dart
@@ -23,7 +23,8 @@ main() {
})
]).create();
- var pub = pubRun(args: ["foo:bar"], shouldGetFirst: true);
+ pubGet();
+ var pub = pubRun(args: ["foo:bar"]);
pub.stdout.expect("foobar");
pub.shouldExit();
});
« no previous file with comments | « test/run/runs_named_app_in_dependency_test.dart ('k') | test/run/runs_shorthand_app_in_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698