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