Index: tests/utils/dummy_compiler_test.dart |
diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
index cbd23f4de5dcb15887b9bf8246c18c1b012b5e7c..8a280b1679d0bfce09469e29a4a58ddef0128281 100644 |
--- a/tests/utils/dummy_compiler_test.dart |
+++ b/tests/utils/dummy_compiler_test.dart |
@@ -100,6 +100,7 @@ class ConstantMap {} class TypeImpl {} |
createRuntimeType(String name) => null; |
class Closure {} |
class BoundClosure extends Closure {} |
+const patch = 0; |
"""; |
} else if (uri.path.endsWith('isolate_helper.dart')) { |
return 'library isolatehelper; class _WorkerStub {}'; |