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

Unified Diff: test/build/includes_assets_from_dependencies_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/build/includes_assets_from_dependencies_test.dart
diff --git a/test/build/includes_assets_from_dependencies_test.dart b/test/build/includes_assets_from_dependencies_test.dart
index 873f083343e476e0e77f54b962907413d867d95c..345eef6e5e728f5d140d0ece5f3dd8ae5c150802 100644
--- a/test/build/includes_assets_from_dependencies_test.dart
+++ b/test/build/includes_assets_from_dependencies_test.dart
@@ -38,6 +38,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build", "--all"],
output: new RegExp(r'Built 7 files to "build".'));
« no previous file with comments | « test/build/handles_long_paths_test.dart ('k') | test/build/includes_dart_files_from_dependencies_in_debug_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698