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

Unified Diff: tests/language/const_syntax_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/const_switch_test.dart ('k') | tests/language/constant_locals_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/const_syntax_test.dart
diff --git a/tests/language/const_syntax_test.dart b/tests/language/const_syntax_test.dart
index 74c90cfb3d28c682d486b8f3ebb7b794283a2273..468adebea18538b1718847d26b778bf76685f1b7 100644
--- a/tests/language/const_syntax_test.dart
+++ b/tests/language/const_syntax_test.dart
@@ -86,4 +86,4 @@ const B3 = B0 + B1; //# 10: continued
// Check identical.
const B4 = identical(1, new Point(1,2)); // //# 12: compile-time error
-const B5 = identical(1, const Point(1,2));
+const B5 = identical(1, const Point(1, 2));
« no previous file with comments | « tests/language/const_switch_test.dart ('k') | tests/language/constant_locals_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698