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

Unified Diff: tests/language_strong/regress_23038_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_strong/regress_22976_test.dart ('k') | tests/language_strong/regress_23051_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/regress_23038_test.dart
diff --git a/tests/language_strong/regress_23038_test.dart b/tests/language_strong/regress_23038_test.dart
index 8c5b9c2f72bbfb2e1d004906ceeb0b831e6c20ff..9fbe0cb8f02aa533fd980475845dbb3990e82f3e 100644
--- a/tests/language_strong/regress_23038_test.dart
+++ b/tests/language_strong/regress_23038_test.dart
@@ -5,9 +5,9 @@
class C<T> {
const
factory //# 01: compile-time error
- C()
+ C()
= C<C<T>> //# 01: continued
- ;
+ ;
}
main() {
« no previous file with comments | « tests/language_strong/regress_22976_test.dart ('k') | tests/language_strong/regress_23051_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698