| Index: tests/utils/dummy_compiler_test.dart
|
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart
|
| index f341977dbdd4ff09c2de0489aad02bedcec9742d..f95a289ea92ae79a27cecd63c972e597e4bbc58d 100644
|
| --- a/tests/utils/dummy_compiler_test.dart
|
| +++ b/tests/utils/dummy_compiler_test.dart
|
| @@ -76,7 +76,8 @@ class JSNull {}
|
| class JSBool {}
|
| getInterceptor(o){}
|
| getDispatchProperty(o) {}
|
| -setDispatchProperty(o, v) {}""";
|
| +setDispatchProperty(o, v) {}
|
| +var mapTypeToInterceptor;""";
|
| } else if (uri.path.endsWith('js_helper.dart')) {
|
| source = 'library jshelper; class JSInvocationMirror {} '
|
| 'class ConstantMap {} class TypeImpl {} '
|
|
|