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

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

Issue 164773003: Change ScheduledProcess's output streams over to be ScheduledStreams. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 10 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: sdk/lib/_internal/pub/test/serve/gets_first_if_dependency_is_not_installed_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/gets_first_if_dependency_is_not_installed_test.dart b/sdk/lib/_internal/pub/test/serve/gets_first_if_dependency_is_not_installed_test.dart
index 8926faf6ecbd18106ea801b4503cb061aa39e942..eac41fea581e4f581b3d2e0cd96af5271af31b6e 100644
--- a/sdk/lib/_internal/pub/test/serve/gets_first_if_dependency_is_not_installed_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/gets_first_if_dependency_is_not_installed_test.dart
@@ -25,7 +25,7 @@ main() {
// Delete the system cache so it isn't installed any more.
schedule(() => deleteEntry(path.join(sandboxDir, cachePath)));
- pubServe(shouldGetFirst: true, numDownloads: 1);
+ pubServe(shouldGetFirst: true);
requestShouldSucceed("packages/foo/foo.dart", 'main() => "foo 1.2.3";');
endPubServe();
});

Powered by Google App Engine
This is Rietveld 408576698