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

Unified Diff: sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_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_fields_is_not_a_map_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart b/sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_test.dart
similarity index 91%
copy from sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart
copy to sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_test.dart
index 260f1f33f84ea3f79a17abfcae2b81f4582245ca..ed5ad0008ee61a53f6a380d6c5df784fa7168748 100644
--- a/sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_test.dart
@@ -22,7 +22,10 @@ main() {
confirmPublish(pub);
- var body = {'url': 'http://example.com/upload', 'fields': 12};
+ var body = {
+ 'url': 'http://example.com/upload',
+ 'fields': 12
+ };
handleUploadForm(server, body);
pub.stderr.expect('Invalid server response:');
pub.stderr.expect(JSON.encode(body));

Powered by Google App Engine
This is Rietveld 408576698