| 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 cbb38ef5df6dee07667bd13c2f76244495f4daae..5467c0789c179ac5037f88cd75a18847101d20e4 100644
|
| --- a/tests/language_strong/constructor_call_as_function_test.dart
|
| +++ b/tests/language_strong/constructor_call_as_function_test.dart
|
| @@ -12,5 +12,5 @@ class Point {
|
| }
|
|
|
| main() {
|
| - Point p = Point(1, 2); // /// 01: static type warning, runtime error
|
| + Point p = Point(1, 2); // //# 01: static type warning, runtime error
|
| }
|
|
|