Index: tests/language_strong/constructor_call_as_function_test.dart |
diff --git a/tests/language_strong/constructor_call_as_function_test.dart b/tests/language_strong/constructor_call_as_function_test.dart |
index 5467c0789c179ac5037f88cd75a18847101d20e4..515c235019cba1b6a275595b06bae997b81e76db 100644 |
--- a/tests/language_strong/constructor_call_as_function_test.dart |
+++ b/tests/language_strong/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; |