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

Unified Diff: test/run/loads_package_imports_in_a_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/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 1e917b03f642e7cfdfc02b72bfba0725356e4bbe..ac76cca19adea94b4d533d8da99a50095e41cfd1 100644
--- a/test/run/loads_package_imports_in_a_dependency_test.dart
+++ b/test/run/loads_package_imports_in_a_dependency_test.dart
@@ -27,7 +27,8 @@ main() => print(value);
})
]).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/includes_parent_directories_of_entrypoint_test.dart ('k') | test/run/nonexistent_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698