| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index dbc508764e2217bf8dde3c277739ad63aac13a6e..703fada88175c6a12a21004d3213f2e21987ce24 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -107,6 +107,8 @@ class MockCompiler extends Compiler {
|
| buildLibrarySource(DEFAULT_ISOLATE_HELPER_LIBRARY));
|
| registerSource(Compiler.DART_MIRRORS,
|
| buildLibrarySource(DEFAULT_MIRRORS_LIBRARY));
|
| + registerSource(Compiler.DART_ASYNC,
|
| + buildLibrarySource(DEFAULT_ASYNC_LIBRARY));
|
| }
|
|
|
| /// Initialize the mock compiler with an empty main library.
|
|
|