Index: tests/language_strong/type_check_const_function_typedef2_test.dart |
diff --git a/tests/language_strong/type_check_const_function_typedef2_test.dart b/tests/language_strong/type_check_const_function_typedef2_test.dart |
index 42a3d8c5c12125b1117f0782fb17749087605b91..bf98572da04729d40d225d832367c181cd494a58 100644 |
--- a/tests/language_strong/type_check_const_function_typedef2_test.dart |
+++ b/tests/language_strong/type_check_const_function_typedef2_test.dart |
@@ -13,9 +13,9 @@ class A { |
const A(this.f); |
} |
-int // /// 00: static type warning, checked mode compile-time error |
+int // //# 00: static type warning, checked mode compile-time error |
foo( |
-String // /// 00: continued |
+String // //# 00: continued |
x) => 499; |
const a = const A(foo); |