| Index: tests/language_strong/const_map3_test.dart
|
| diff --git a/tests/language_strong/const_map3_test.dart b/tests/language_strong/const_map3_test.dart
|
| index ee2f88cc054be963938918bcb47bba71c48f5e5d..e0d27fe7af7e131f3275500336964bdbc357acf8 100644
|
| --- a/tests/language_strong/const_map3_test.dart
|
| +++ b/tests/language_strong/const_map3_test.dart
|
| @@ -11,7 +11,7 @@ class A {
|
| class B implements A {
|
| const B();
|
|
|
| - operator ==(o) => true; /// 00: compile-time error
|
| + operator ==(o) => true; // /// 00: compile-time error
|
| }
|
|
|
| main() {
|
|
|