Chromium Code Reviews| Index: tests/utils/dummy_compiler_test.dart |
| =================================================================== |
| --- tests/utils/dummy_compiler_test.dart (revision 21723) |
| +++ tests/utils/dummy_compiler_test.dart (working copy) |
| @@ -34,6 +34,7 @@ |
| class Dynamic_ {} |
| class Null {} |
| class LinkedHashMap {} |
| + identical(a, b) => true; |
| getRuntimeTypeInfo(o) {} |
| setRuntimeTypeInfo(o, i) {} |
| eqNull(a) {} |