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

Unified Diff: test/build/preserves_htaccess_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
« no previous file with comments | « test/build/outputs_results_to_json_test.dart ('k') | test/dart2js/allows_import_in_dart_code_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/build/preserves_htaccess_test.dart
diff --git a/test/build/preserves_htaccess_test.dart b/test/build/preserves_htaccess_test.dart
index 68cbaa92a39b965fea38475411b3528e693c5416..1014b2ac906b46cdca0a63fad4dea26699424859 100644
--- a/test/build/preserves_htaccess_test.dart
+++ b/test/build/preserves_htaccess_test.dart
@@ -15,6 +15,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["build"],
output: new RegExp(r'Built \d+ files? to "build".'));
« no previous file with comments | « test/build/outputs_results_to_json_test.dart ('k') | test/dart2js/allows_import_in_dart_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698