Index: tests/utils/dummy_compiler_test.dart |
diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
index c9a30bc4f3f8b2f154a53573ac3f85445033f630..2c3e81c33a4999503a19407cf065ae725299ed83 100644 |
--- a/tests/utils/dummy_compiler_test.dart |
+++ b/tests/utils/dummy_compiler_test.dart |
@@ -44,7 +44,8 @@ identical(a, b) => true; |
getRuntimeTypeInfo(o) {} |
setRuntimeTypeInfo(o, i) {} |
eqNull(a) {} |
-eqNullB(a) {}"""; |
+eqNullB(a) {} |
+const proxy = 0;"""; |
} else if (uri.path.endsWith('_patch.dart')) { |
source = ''; |
} else if (uri.path.endsWith('interceptors.dart')) { |