| Index: tests/compiler/dart2js/mirror_system_helper.dart
|
| diff --git a/tests/compiler/dart2js/mirror_system_helper.dart b/tests/compiler/dart2js/mirror_system_helper.dart
|
| index 3faf23d61f29e744879dc7a1fca05e6127b6a6a4..b2a394566f992ce2078318f7a50788635d3b58f7 100644
|
| --- a/tests/compiler/dart2js/mirror_system_helper.dart
|
| +++ b/tests/compiler/dart2js/mirror_system_helper.dart
|
| @@ -17,7 +17,7 @@ final Uri SOURCE_URI = new Uri(scheme: SOURCE, path: SOURCE);
|
|
|
| // TODO(johnniwinther): Move this to a mirrors helper library.
|
| Future<MirrorSystem> createMirrorSystem(String source) {
|
| - MockCompiler compiler = new MockCompiler(
|
| + MockCompiler compiler = new MockCompiler.internal(
|
| analyzeOnly: true,
|
| analyzeAll: true,
|
| preserveComments: true);
|
|
|