| Index: tests/compiler/dart2js/compile_with_empty_libraries_test.dart
|
| diff --git a/tests/compiler/dart2js/compile_with_empty_libraries_test.dart b/tests/compiler/dart2js/compile_with_empty_libraries_test.dart
|
| index b133d85a7af56d0bc0630fe51917172c5a1a2d64..6f6a94ae0a3a4fc85cb497a345955c722f6d4a75 100644
|
| --- a/tests/compiler/dart2js/compile_with_empty_libraries_test.dart
|
| +++ b/tests/compiler/dart2js/compile_with_empty_libraries_test.dart
|
| @@ -14,5 +14,5 @@ main() {
|
| Uri uri = new Uri(scheme: 'source');
|
| MockCompiler compiler =
|
| new MockCompiler.internal(librariesOverride: (_) => '');
|
| - asyncTest(() => compiler.runCompiler(uri));
|
| + asyncTest(() => compiler.run(uri));
|
| }
|
|
|