Index: tests/utils/dummy_compiler_test.dart |
diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
index 129f47f437239678a1893e5ce713f3e2ee9bf361..ea916cb024476ea0ff97169abaf17926eb5a1125 100644 |
--- a/tests/utils/dummy_compiler_test.dart |
+++ b/tests/utils/dummy_compiler_test.dart |
@@ -15,7 +15,8 @@ Future<String> provider(Uri uri) { |
} else if (uri.scheme == "lib") { |
if (uri.path.endsWith("/core.dart")) { |
source = """#library('core'); |
- class Object{} |
+ class Object {} |
+ class Type {} |
class bool {} |
class num {} |
class int {} |