| 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 abfa52a1b03cb5276daa850a5f76f28c6c31dbe1..cbb38ef5df6dee07667bd13c2f76244495f4daae 100644
|
| --- a/tests/language/constructor_call_as_function_test.dart
|
| +++ b/tests/language/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
|
| }
|
|
|