| Index: tests/utils/dummy_compiler_test.dart
|
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart
|
| index cdb524ea969979d51a1c37cae4300b2628c88b69..59a064db9d5ae732e19ba53260ca742c594f8d11 100644
|
| --- a/tests/utils/dummy_compiler_test.dart
|
| +++ b/tests/utils/dummy_compiler_test.dart
|
| @@ -26,6 +26,8 @@ Future<String> provider(Uri uri) {
|
| class Closure {}
|
| class Dynamic {}
|
| class Null {}
|
| + getRuntimeTypeInfo(o) {}
|
| + setRuntimeTypeInfo(o, i) {}
|
| eqNull(a) {}
|
| eqNullB(a) {}""";
|
| } else {
|
|
|