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

Unified Diff: tests/language/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
« no previous file with comments | « tests/language/fixed_type_variable_test.dart ('k') | tests/language/function_syntax_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/flatten_test.dart
diff --git a/tests/language/flatten_test.dart b/tests/language/flatten_test.dart
index 0fa5c2405e9d5ebf4f717a984e0940a8c7464bd1..2ff13e9531e0adce9ee3f35e3c72e31d5d73913e 100644
--- a/tests/language/flatten_test.dart
+++ b/tests/language/flatten_test.dart
@@ -16,7 +16,6 @@ class Divergent<T> implements Future<Divergent<Divergent<T>>> {
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
}
-
test() async {
// flatten(Derived<int>) = int
int x = await new Derived<int>(); //# 01: runtime error
@@ -39,4 +38,4 @@ test() async {
main() {
test();
-}
+}
« no previous file with comments | « tests/language/fixed_type_variable_test.dart ('k') | tests/language/function_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698