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

Unified Diff: test/serve/native_watch_removed_file_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/serve/native_watch_modified_file_test.dart ('k') | test/serve/serve_from_app_lib_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/native_watch_removed_file_test.dart
diff --git a/test/serve/native_watch_removed_file_test.dart b/test/serve/native_watch_removed_file_test.dart
index 35dd02a87b3d47b5f03f0ee66c5d5a798d848d92..f2249be13093cf7cec2e3bfae62fe1ca09ec5d3d 100644
--- a/test/serve/native_watch_removed_file_test.dart
+++ b/test/serve/native_watch_removed_file_test.dart
@@ -25,7 +25,8 @@ main() {
])
]).create();
- pubServe(args: ["--no-force-poll"], shouldGetFirst: true);
+ pubGet();
+ pubServe(args: ["--no-force-poll"]);
requestShouldSucceed("index.html", "body");
schedule(() => deleteEntry(
« no previous file with comments | « test/serve/native_watch_modified_file_test.dart ('k') | test/serve/serve_from_app_lib_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698