| Index: tests/language_strong/const_constructor_mixin2_test.dart
|
| diff --git a/tests/language_strong/const_constructor_mixin2_test.dart b/tests/language_strong/const_constructor_mixin2_test.dart
|
| index 7fc27c62b341a9f5d9f470e108f94f72a5138a11..558014bf07ed00c5a5d65102d5ecfc696590a8c3 100644
|
| --- a/tests/language_strong/const_constructor_mixin2_test.dart
|
| +++ b/tests/language_strong/const_constructor_mixin2_test.dart
|
| @@ -11,7 +11,7 @@ class A {
|
| }
|
|
|
| class B extends A
|
| - with Mixin /// 01: compile-time error
|
| + with Mixin // /// 01: compile-time error
|
| {
|
| const B(foo) : super(foo);
|
| }
|
|
|