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

Unified Diff: tests/language_strong/async_return_types_test.dart

Issue 2770063002: Revert "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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: tests/language_strong/async_return_types_test.dart
diff --git a/tests/language_strong/async_return_types_test.dart b/tests/language_strong/async_return_types_test.dart
index f763c090f5cd6cbf3d464f0347640d05900853f4..103a9f2fb1f9cef876321b71b99ad7d1f0b75273 100644
--- a/tests/language_strong/async_return_types_test.dart
+++ b/tests/language_strong/async_return_types_test.dart
@@ -30,7 +30,7 @@ foo5() async {
return 3;
}
-Future<int> foo6() async {
+Future<int> foo6() async {
// This is fine, the future is flattened
return new Future<int>.value(3);
}
@@ -52,4 +52,4 @@ test() async {
main() {
asyncTest(test);
-}
+}
« no previous file with comments | « tests/language_strong/async_or_generator_return_type_stacktrace_test.dart ('k') | tests/language_strong/async_star_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698