Index: tests/lib/mirrors/redirecting_factory_different_type_test.dart |
diff --git a/tests/lib/mirrors/redirecting_factory_different_type_test.dart b/tests/lib/mirrors/redirecting_factory_different_type_test.dart |
index 1c4fac7d84034ba38dcf4f5c9fc77fbe73764721..b140fc42990afae7fc52b783c8be7a823eb0cd7c 100644 |
--- a/tests/lib/mirrors/redirecting_factory_different_type_test.dart |
+++ b/tests/lib/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._(); |
} |