| Index: tests/language/mixin_supertype_subclass4_test.dart
 | 
| diff --git a/tests/language/mixin_supertype_subclass4_test.dart b/tests/language/mixin_supertype_subclass4_test.dart
 | 
| index e1a501a7349a39c454539f63529f8cb6bed12d1b..56fcf7f588a610678f0148eb270e3b86938822a9 100644
 | 
| --- a/tests/language/mixin_supertype_subclass4_test.dart
 | 
| +++ b/tests/language/mixin_supertype_subclass4_test.dart
 | 
| @@ -24,11 +24,11 @@ class F extends E {}
 | 
|  class G {}
 | 
|  class A = E with M;
 | 
|  class M
 | 
| -  extends B with G /// 01: static type warning
 | 
| -  extends C with G /// 02: static type warning
 | 
| -  extends D with G /// 03: static type warning
 | 
| -  extends E with G /// 04: static type warning
 | 
| -  extends F with G /// 05: static type warning
 | 
| +  extends B with G //# 01: static type warning
 | 
| +  extends C with G //# 02: static type warning
 | 
| +  extends D with G //# 03: static type warning
 | 
| +  extends E with G //# 04: static type warning
 | 
| +  extends F with G //# 05: static type warning
 | 
|    {}
 | 
|  
 | 
|  main() {
 | 
| 
 |