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

Unified Diff: test/serve/does_not_watch_compiled_js_files_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/serve/does_not_watch_compiled_js_files_test.dart
diff --git a/test/serve/does_not_watch_compiled_js_files_test.dart b/test/serve/does_not_watch_compiled_js_files_test.dart
index 0a5e70d6af1a1e2823c2b62ee1de7c1db47e3a71..b64e69ff1adce58515781bac9d6b184694b95824 100644
--- a/test/serve/does_not_watch_compiled_js_files_test.dart
+++ b/test/serve/does_not_watch_compiled_js_files_test.dart
@@ -17,7 +17,8 @@ main() {
])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
waitForBuildSuccess();
requestShouldSucceed("index.html", "body");
« no previous file with comments | « test/serve/does_not_serve_hidden_assets_test.dart ('k') | test/serve/gets_first_if_dependency_added_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698