Index: tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart |
diff --git a/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart b/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart |
index 6a6742efd795aac180e5e724ecd7a8c0058c0534..126198718e8a77662a585eb4b9cb54966bebcd1b 100644 |
--- a/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart |
+++ b/tests/lib_strong/mirrors/redirecting_factory_different_type_test.dart |
@@ -11,7 +11,7 @@ import 'package:expect/expect.dart'; |
class A { |
factory A( |
- String // /// 01: static type warning |
+ String // //# 01: static type warning |
x) = B; |
A._(); |
} |