| 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 7c97ebd3a890c69ff1e2ca1dd2482f7085d9a94a..323ff8eb6f8e63ab0223b802b03656fc4af4689a 100644
|
| --- a/tests/compiler/dart2js/mirror_system_helper.dart
|
| +++ b/tests/compiler/dart2js/mirror_system_helper.dart
|
| @@ -23,7 +23,7 @@ Future<MirrorSystem> createMirrorSystem(String source) {
|
| preserveComments: true);
|
| compiler.registerSource(SOURCE_URI, source);
|
| compiler.librariesToAnalyzeWhenRun = <Uri>[SOURCE_URI];
|
| - return compiler.runCompiler(null).then((_) {
|
| + return compiler.run(null).then((_) {
|
| return new Dart2JsMirrorSystem(compiler);
|
| });
|
| }
|
|
|