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

Unified Diff: tests/language_strong/constant_type_literal_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
« no previous file with comments | « tests/language_strong/constant_locals_test.dart ('k') | tests/language_strong/constructor10_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/constant_type_literal_test.dart
diff --git a/tests/language_strong/constant_type_literal_test.dart b/tests/language_strong/constant_type_literal_test.dart
index 21c60e987e15127113e6bcbe82f2d644a8a9091e..6243a7d2956a023e622537581942ff5a9f9af6bf 100644
--- a/tests/language_strong/constant_type_literal_test.dart
+++ b/tests/language_strong/constant_type_literal_test.dart
@@ -8,7 +8,7 @@ class C<T> {
void m() {
const List lst = const [
T //# 01: compile-time error
- ];
+ ];
}
}
« no previous file with comments | « tests/language_strong/constant_locals_test.dart ('k') | tests/language_strong/constructor10_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698