Chromium Code Reviews| Index: tests/language/type_parameter_test.dart |
| diff --git a/tests/language/type_parameter_test.dart b/tests/language/type_parameter_test.dart |
| index 804603f58c02cad0da5a13b4786ffda8c2f1fdbb..9d2c9dc2fc049e3750f85c35edac70c84356a361 100644 |
| --- a/tests/language/type_parameter_test.dart |
| +++ b/tests/language/type_parameter_test.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -class A<T extends Hashable> { |
| +class A<T> { |
| Function closure; |
| A._(this.closure); |