| Index: dart/tests/utils/dummy_compiler_test.dart
|
| diff --git a/dart/tests/utils/dummy_compiler_test.dart b/dart/tests/utils/dummy_compiler_test.dart
|
| index da5883bd91f1b651a7e0ff051e52aceaa60c0d3a..129f47f437239678a1893e5ce713f3e2ee9bf361 100644
|
| --- a/dart/tests/utils/dummy_compiler_test.dart
|
| +++ b/dart/tests/utils/dummy_compiler_test.dart
|
| @@ -30,6 +30,8 @@ Future<String> provider(Uri uri) {
|
| setRuntimeTypeInfo(o, i) {}
|
| eqNull(a) {}
|
| eqNullB(a) {}""";
|
| + } else if (uri.path.endsWith('_patch.dart')) {
|
| + source = '';
|
| } else {
|
| source = "#library('lib');";
|
| }
|
|
|