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

Unified Diff: test/run/loads_package_imports_in_a_dependency_test.dart

Issue 1277633004: Auto-run "pub get" more for "pub run". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: 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/loads_package_imports_in_a_dependency_test.dart
diff --git a/test/run/loads_package_imports_in_a_dependency_test.dart b/test/run/loads_package_imports_in_a_dependency_test.dart
index b0ecec278558d27f450871241f065f0b45f80550..1e917b03f642e7cfdfc02b72bfba0725356e4bbe 100644
--- a/test/run/loads_package_imports_in_a_dependency_test.dart
+++ b/test/run/loads_package_imports_in_a_dependency_test.dart
@@ -27,9 +27,7 @@ main() => print(value);
})
]).create();
- pubGet();
-
- var pub = pubRun(args: ["foo:bar"]);
+ var pub = pubRun(args: ["foo:bar"], shouldGetFirst: true);
pub.stdout.expect("foobar");
pub.shouldExit();
});
« no previous file with comments | « test/run/includes_parent_directories_of_entrypoint_test.dart ('k') | test/run/passes_along_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698