| Index: tests/compiler/dart2js/backend_htype_list_test.dart
|
| diff --git a/tests/compiler/dart2js/backend_htype_list_test.dart b/tests/compiler/dart2js/backend_htype_list_test.dart
|
| index bc8ecc4a3fc15eb7dfcab2c209914c0b49103391..7cd5d3b140efd05c74b84d579fdb222204777b49 100644
|
| --- a/tests/compiler/dart2js/backend_htype_list_test.dart
|
| +++ b/tests/compiler/dart2js/backend_htype_list_test.dart
|
| @@ -173,7 +173,7 @@ test3_2() {
|
| defaultTypes.update(0, p2, HType.BOOLEAN);
|
| defaultTypes.update(1, p3, HType.STRING);
|
|
|
| - HTypeList types
|
| + HTypeList types;
|
| Selector s;
|
| HTypeList result;
|
|
|
|
|