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

Unified Diff: sdk/lib/_internal/pub/test/serve/missing_dependency_file_test.dart

Issue 64723005: Use the polling watcher by default in pub tests for now. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 years, 1 month 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: sdk/lib/_internal/pub/test/serve/missing_dependency_file_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/missing_dependency_file_test.dart b/sdk/lib/_internal/pub/test/serve/missing_dependency_file_test.dart
index 0e3d0fd1c80b5759b56b9f5437903d98baa9dedd..7ebe99ae8f432381091fd54acf129f07438eb763 100644
--- a/sdk/lib/_internal/pub/test/serve/missing_dependency_file_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/missing_dependency_file_test.dart
@@ -22,7 +22,7 @@ main() {
]).create();
pubGet();
- startPubServe();
+ pubServe();
requestShould404("packages/foo/nope.dart");
requestShould404("assets/foo/nope.png");
requestShould404("dir/packages/foo/nope.dart");

Powered by Google App Engine
This is Rietveld 408576698