Chromium Code Reviews| Index: tests/utils/dummy_compiler_test.dart |
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
| index c488b9768823b3b26af98a58a21f0de95d7f75e9..397efca030b929277f7c6cc78cab1a03a728345d 100644 |
| --- a/tests/utils/dummy_compiler_test.dart |
| +++ b/tests/utils/dummy_compiler_test.dart |
| @@ -46,6 +46,7 @@ Future<String> provider(Uri uri) { |
| class JSIndexable { |
| get length; |
| } |
| + class JSMutableIndexable {} |
| class JSArray { |
| var removeLast; |
| var add; |