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

Unified Diff: tests/language/static_top_level_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/static_setter_get_test.dart ('k') | tests/language/string_interpolation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/static_top_level_test.dart
diff --git a/tests/language/static_top_level_test.dart b/tests/language/static_top_level_test.dart
index 6b0a791f275bfc26f1f1430abb6d226c719f1100..69c839ecbe6a9539c11e5950a818e773f3bb4b53 100644
--- a/tests/language/static_top_level_test.dart
+++ b/tests/language/static_top_level_test.dart
@@ -12,5 +12,4 @@ static int typedField; // //# 05: compile-time error
static const int typedFinalField = 99; //# 06: compile-time error
static const int typedConstant = 1; // //# 07: compile-time error
-void main() {
-}
+void main() {}
« no previous file with comments | « tests/language/static_setter_get_test.dart ('k') | tests/language/string_interpolation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698