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

Unified Diff: sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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_generated/test/lish/upload_form_is_missing_fields_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart b/sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart
similarity index 92%
copy from sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart
copy to sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart
index 3513df514c3a2b050086c907c4885d443687549e..433666a94cfa174250cc5784b5411201882d02a0 100644
--- a/sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart
@@ -22,7 +22,9 @@ main() {
confirmPublish(pub);
- var body = {'url': 'http://example.com/upload'};
+ var body = {
+ 'url': 'http://example.com/upload'
+ };
handleUploadForm(server, body);
pub.stderr.expect('Invalid server response:');
pub.stderr.expect(JSON.encode(body));

Powered by Google App Engine
This is Rietveld 408576698