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

Unified Diff: sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_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/lish/upload_form_provides_an_error_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart b/sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart
index 2a415e4ed389dcfa897ffdedbde13eb1c18e08fd..c4f69a04a1ccb5d0f1a2c3557f375fdaef0ad18a 100644
--- a/sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart
+++ b/sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart
@@ -29,7 +29,7 @@ main() {
request.response.close();
});
- expect(pub.nextErrLine(), completion(equals('your request sucked')));
+ pub.stderr.expect('your request sucked');
pub.shouldExit(1);
});
}

Powered by Google App Engine
This is Rietveld 408576698