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

Unified Diff: tests/language_strong/flatten_test.dart

Issue 2774783002: Re-land "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/flatten_test.dart
diff --git a/tests/language_strong/flatten_test.dart b/tests/language_strong/flatten_test.dart
index ab2cc0679a88ae8b8cfa11ceec302c785432e4c4..618c0b6a89397c9bb7bcc9a101218df9f83439c9 100644
--- a/tests/language_strong/flatten_test.dart
+++ b/tests/language_strong/flatten_test.dart
@@ -20,7 +20,6 @@ class Divergent<T> implements Future<Divergent<Divergent<T>>> {
}
*/
-
test() async {
// flatten(Derived<int>) = int
int x = await new Derived<int>(); //# 01: runtime error
@@ -47,4 +46,4 @@ test() async {
main() {
test();
-}
+}
« no previous file with comments | « tests/language_strong/fixed_type_variable_test.dart ('k') | tests/language_strong/function_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698