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

Unified Diff: tests/language_strong/const_init2_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/const_init2_test.dart
diff --git a/tests/language_strong/const_init2_test.dart b/tests/language_strong/const_init2_test.dart
index fa68e4a74313b05da4ecc8d164bd04d53402c4d2..ada367fc82a76ee25c1c8e4c9449bc4548ea4cb0 100644
--- a/tests/language_strong/const_init2_test.dart
+++ b/tests/language_strong/const_init2_test.dart
@@ -8,4 +8,4 @@ const double d = 0; //# 02: static type warning, checked mode compile-time error
main() {
print(c); //# 01: continued
print(d); //# 02: continued
-}
+}

Powered by Google App Engine
This is Rietveld 408576698