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

Unified Diff: tests/language_strong/constant_type_literal_test.dart

Issue 2768073002: 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/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 6243a7d2956a023e622537581942ff5a9f9af6bf..21c60e987e15127113e6bcbe82f2d644a8a9091e 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
- ];
+ ];
}
}

Powered by Google App Engine
This is Rietveld 408576698