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

Unified Diff: sdk/lib/_internal/pub/test/hosted/version_negotiation_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: update pubspecs 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/hosted/version_negotiation_test.dart
diff --git a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
index 64247ea1b453a9d6d05b2a1c995750a03303b7e5..b25ffa6ab81a9e47bbe8463bf46befc909f9d551 100644
--- a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
+++ b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
@@ -62,9 +62,9 @@ main() {
pub.shouldExit(1);
- expect(pub.remainingStderr(), completion(equals(
+ pub.stderr.expect(emitsString(
"Pub 0.1.2+3 is incompatible with the current version of 127.0.0.1.\n"
- "Upgrade pub to the latest version and try again.")));
+ "Upgrade pub to the latest version and try again."));
});
});
}

Powered by Google App Engine
This is Rietveld 408576698