| Index: tests/language/regress_27957_test.dart | 
| diff --git a/tests/language/regress_27957_test.dart b/tests/language/regress_27957_test.dart | 
| index c9cb54362d0a7a742604ea85668b785b0559553c..3efa497e2ac3744584755922884db1ffed861eb4 100644 | 
| --- a/tests/language/regress_27957_test.dart | 
| +++ b/tests/language/regress_27957_test.dart | 
| @@ -7,6 +7,7 @@ import 'regress_27957_lib1.dart' as s1; | 
| import 'regress_27957_lib2.dart' as s2; | 
|  | 
| class Mixin {} | 
| + | 
| class C1 = s1.Superclass with Mixin; | 
| class C2 = s2.Superclass with Mixin; | 
|  | 
|  |