| Index: tests/utils/dummy_compiler_test.dart
|
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart
|
| index 74df9b26f165dac461c71d672153d92dacdc230e..acc35010018b5b9431af71001d0aaa12fc84e06e 100644
|
| --- a/tests/utils/dummy_compiler_test.dart
|
| +++ b/tests/utils/dummy_compiler_test.dart
|
| @@ -78,7 +78,8 @@ getDispatchProperty(o) {}
|
| setDispatchProperty(o, v) {}""";
|
| } else if (uri.path.endsWith('js_helper.dart')) {
|
| source = 'library jshelper; class JSInvocationMirror {} '
|
| - 'class ConstantMap {} class TypeImpl {}';
|
| + 'class ConstantMap {} class TypeImpl {} '
|
| + 'createRuntimeType(String name) => null;';
|
| } else if (uri.path.endsWith('isolate_helper.dart')) {
|
| source = 'library isolatehelper; class _WorkerStub {}';
|
| } else {
|
|
|