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

Unified Diff: tests/language/constructor_call_as_function_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/constructor9_test.dart ('k') | tests/language/constructor_duplicate_final_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/constructor_call_as_function_test.dart
diff --git a/tests/language/constructor_call_as_function_test.dart b/tests/language/constructor_call_as_function_test.dart
index 5467c0789c179ac5037f88cd75a18847101d20e4..515c235019cba1b6a275595b06bae997b81e76db 100644
--- a/tests/language/constructor_call_as_function_test.dart
+++ b/tests/language/constructor_call_as_function_test.dart
@@ -4,7 +4,6 @@
// Dart test program to make sure we catch missing new or const
// when allocating a new object.
-
class Point {
const Point(this.x, this.y);
final int x;
« no previous file with comments | « tests/language/constructor9_test.dart ('k') | tests/language/constructor_duplicate_final_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698