| Index: tests/language_strong/const_map2_test.dart
|
| diff --git a/tests/language_strong/const_map2_test.dart b/tests/language_strong/const_map2_test.dart
|
| index 6b599f70d1585a34903a5c6bf1f136c9197123f4..a45790b2e76ca54f48e4add725902d937784c19e 100644
|
| --- a/tests/language_strong/const_map2_test.dart
|
| +++ b/tests/language_strong/const_map2_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
|
| }
|
|
|
| confuse(x) {
|
|
|