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

Unified Diff: sdk/lib/_internal/pub_generated/test/lish/preview_package_validation_has_a_warning_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/preview_package_validation_has_a_warning_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart b/sdk/lib/_internal/pub_generated/test/lish/preview_package_validation_has_a_warning_test.dart
similarity index 81%
copy from sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart
copy to sdk/lib/_internal/pub_generated/test/lish/preview_package_validation_has_a_warning_test.dart
index cbc94fb31c58e063c8f0eac8bd689ebae2db232f..4f229afe6bf9f7a9840cbcf4a3bbc7d776e68918 100644
--- a/sdk/lib/_internal/pub/test/lish/preview_package_validation_has_a_warning_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/lish/preview_package_validation_has_a_warning_test.dart
@@ -24,11 +24,9 @@ main() {
pub.shouldExit(exit_codes.SUCCESS);
pub.stderr.expect(consumeThrough('Suggestions:'));
- pub.stderr.expect(emitsLines(
- '* Author "Natalie Weizenbaum" in pubspec.yaml should have an email '
- 'address\n'
- ' (e.g. "name <email>").\n'
- '\n'
- 'Package has 1 warning.'));
+ pub.stderr.expect(
+ emitsLines(
+ '* Author "Natalie Weizenbaum" in pubspec.yaml should have an email '
+ 'address\n' ' (e.g. "name <email>").\n' '\n' 'Package has 1 warning.'));
});
}

Powered by Google App Engine
This is Rietveld 408576698