| Index: tests/compiler/dart2js/mock_compiler.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/mock_compiler.dart (revision 18163)
|
| +++ tests/compiler/dart2js/mock_compiler.dart (working copy)
|
| @@ -47,6 +47,9 @@
|
| boolConversionCheck(x) {}
|
| abstract class JavaScriptIndexingBehavior {}
|
| class JSInvocationMirror {}
|
| + class Closure {}
|
| + class Null {}
|
| + class Dynamic_ {}
|
| S() {}
|
| assertHelper(a){}
|
| throwNoSuchMethod(obj, name, arguments, expectedArgumentNames) {}
|
| @@ -112,9 +115,6 @@
|
| class Function {}
|
| class List<E> {}
|
| abstract class Map<K,V> {}
|
| - class Closure {}
|
| - class Null {}
|
| - class Dynamic_ {}
|
| bool identical(Object a, Object b) {}''';
|
|
|
| const String DEFAULT_ISOLATE_HELPERLIB = r'''
|
|
|