| Index: tests/language_strong/mixin_type_variable_test.dart
|
| diff --git a/tests/language_strong/mixin_type_variable_test.dart b/tests/language_strong/mixin_type_variable_test.dart
|
| index 971b464118f4a87b626d842f2fe36ac6cc3005cd..f2a62c0791dfeed0e3829d60750415bfef08fa1a 100644
|
| --- a/tests/language_strong/mixin_type_variable_test.dart
|
| +++ b/tests/language_strong/mixin_type_variable_test.dart
|
| @@ -29,4 +29,4 @@ void main() {
|
| new F(); //# 06: continued
|
| new G<num>(); //# 07: continued
|
| new H(); //# 08: continued
|
| -}
|
| +}
|
|
|