| Index: tests/utils/dummy_compiler_test.dart
|
| ===================================================================
|
| --- tests/utils/dummy_compiler_test.dart (revision 19670)
|
| +++ tests/utils/dummy_compiler_test.dart (working copy)
|
| @@ -59,7 +59,8 @@
|
| class JSBool {}
|
| var getInterceptor;""";
|
| } else if (uri.path.endsWith('js_helper.dart')) {
|
| - source = 'library jshelper; class JSInvocationMirror {}';
|
| + source = 'library jshelper; class JSInvocationMirror {} '
|
| + 'class ConstantMap {} class TypeImpl {}';
|
| } else if (uri.path.endsWith('isolate_helper.dart')) {
|
| source = 'library isolatehelper; class _WorkerStub {}';
|
| } else {
|
|
|