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

Unified Diff: test/build/includes_dart_files_from_dependencies_in_debug_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_dart_files_from_dependencies_in_debug_test.dart
diff --git a/test/build/includes_dart_files_from_dependencies_in_debug_test.dart b/test/build/includes_dart_files_from_dependencies_in_debug_test.dart
index 2bc882f10682884e06b6f098760c461ce859c620..05754bc7e267b0b278934dd439754264a79fb90e 100644
--- a/test/build/includes_dart_files_from_dependencies_in_debug_test.dart
+++ b/test/build/includes_dart_files_from_dependencies_in_debug_test.dart
@@ -35,6 +35,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build", "--mode", "debug", "example"],
output: new RegExp(r'Built \d+ files to "build".'));
« no previous file with comments | « test/build/includes_assets_from_dependencies_test.dart ('k') | test/build/includes_dart_files_in_debug_mode_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698