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 1c4fac7d84034ba38dcf4f5c9fc77fbe73764721..6a6742efd795aac180e5e724ecd7a8c0058c0534 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._(); |
} |