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..f0566c17ecf7b54fef0f2b5055155b948d41855e 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 |
} |