| Index: tests/utils/dummy_compiler_test.dart
|
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart
|
| index dab13b5757b333f1fff8c68dfebbca3088a92e81..cc3d4d419db2ac8dc391bee7562f619f6ab9911d 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 {}
|
|
|