| Index: tests/language_strong/const_constructor_mixin_test.dart
|
| diff --git a/tests/language_strong/const_constructor_mixin_test.dart b/tests/language_strong/const_constructor_mixin_test.dart
|
| index 83ad1563635e0a7a8477bc813f37784760702546..a8fe9bdc11a940bd0d432616cfbc31bf2a35787a 100644
|
| --- a/tests/language_strong/const_constructor_mixin_test.dart
|
| +++ b/tests/language_strong/const_constructor_mixin_test.dart
|
| @@ -10,7 +10,7 @@ class A {
|
| }
|
|
|
| class B extends A
|
| - with Mixin /// 01: compile-time error
|
| + with Mixin //# 01: compile-time error
|
| {
|
| const B(foo) : super(foo);
|
| }
|
|
|