| Index: tests/utils/dummy_compiler_test.dart
|
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart
|
| index 397efca030b929277f7c6cc78cab1a03a728345d..470d79a03c176436eff5e13305bf088307e12721 100644
|
| --- a/tests/utils/dummy_compiler_test.dart
|
| +++ b/tests/utils/dummy_compiler_test.dart
|
| @@ -42,7 +42,9 @@ Future<String> provider(Uri uri) {
|
| } else if (uri.path.endsWith('_patch.dart')) {
|
| source = '';
|
| } else if (uri.path.endsWith('interceptors.dart')) {
|
| - source = """class ObjectInterceptor {}
|
| + source = """class Interceptor {
|
| + operator==(other) {}
|
| + }
|
| class JSIndexable {
|
| get length;
|
| }
|
|
|