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

Unified Diff: sdk/lib/_internal/pub/test/serve/does_not_get_first_if_locked_version_matches_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/does_not_get_first_if_locked_version_matches_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/does_not_get_first_if_locked_version_matches_test.dart b/sdk/lib/_internal/pub/test/serve/does_not_get_first_if_locked_version_matches_test.dart
index 077c5dca63969d78b5d7270774cad1548b66df05..6b46bce175dca7add2980debba08364daa46f4f9 100644
--- a/sdk/lib/_internal/pub/test/serve/does_not_get_first_if_locked_version_matches_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/does_not_get_first_if_locked_version_matches_test.dart
@@ -38,7 +38,7 @@ main() {
})
]).create();
- startPubServe(shouldGetFirst: false);
+ pubServe(shouldGetFirst: false);
requestShouldSucceed("packages/foo/foo.dart", 'main() => "foo";');
endPubServe();
});

Powered by Google App Engine
This is Rietveld 408576698