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

Unified Diff: tests/language/named_constructor_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/multiline_newline_test.dart ('k') | tests/language/named_parameters_aggregated_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/named_constructor_test.dart
diff --git a/tests/language/named_constructor_test.dart b/tests/language/named_constructor_test.dart
index 1e437fb3fe37836c520451ab2faf531f94208a2d..2e6b9a41edc734000a8bed4cf2479f6b37fe8864 100644
--- a/tests/language/named_constructor_test.dart
+++ b/tests/language/named_constructor_test.dart
@@ -46,4 +46,4 @@ void main() {
Expect.equals(3, new prefix.Class<int>.named<int>().value); //# 09: compile-time error
// 'prefix<int>.Class<int>.named<int>' doesn't fit the grammar syntax T.id:
Expect.equals(3, new prefix<int>.Class<int>.named<int>().value); //# 10: compile-time error
-}
+}
« no previous file with comments | « tests/language/multiline_newline_test.dart ('k') | tests/language/named_parameters_aggregated_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698