| Index: tests/language/factory_redirection3_cyclic_test.dart
|
| diff --git a/tests/language/factory_redirection3_cyclic_test.dart b/tests/language/factory_redirection3_cyclic_test.dart
|
| index acd564e166f5067b7c1cafe67d45256296605d04..0407262381199e521bba07f8ad2800ca1b1cbead 100644
|
| --- a/tests/language/factory_redirection3_cyclic_test.dart
|
| +++ b/tests/language/factory_redirection3_cyclic_test.dart
|
| @@ -16,7 +16,7 @@ class C implements B {
|
| factory C.bar() = C.foo;
|
| factory C.foo() = C
|
| .bar //# 01: compile-time error
|
| -;
|
| + ;
|
| C();
|
| }
|
|
|
|
|