| Index: tests/language_strong/factory_redirection2_test.dart
|
| diff --git a/tests/language_strong/factory_redirection2_test.dart b/tests/language_strong/factory_redirection2_test.dart
|
| index 0884930e41f1dd74117038826112b77973c56c43..775ac2e9b95f65bac54dd0a5f0852d66f9676b1b 100644
|
| --- a/tests/language_strong/factory_redirection2_test.dart
|
| +++ b/tests/language_strong/factory_redirection2_test.dart
|
| @@ -9,7 +9,7 @@ import "package:expect/expect.dart";
|
|
|
| class Foo {
|
| Foo()
|
| - = Bar /// 01: compile-time error
|
| + = Bar //# 01: compile-time error
|
| ;
|
| }
|
|
|
|
|