| Index: tests/compiler/dart2js/memory_source_file_helper.dart
|
| diff --git a/tests/compiler/dart2js/memory_source_file_helper.dart b/tests/compiler/dart2js/memory_source_file_helper.dart
|
| index 987fff71930c57603ef5205942e63a51016583b3..f8ecb277a63f4881951fcfebef8b8eedb58f4d6d 100644
|
| --- a/tests/compiler/dart2js/memory_source_file_helper.dart
|
| +++ b/tests/compiler/dart2js/memory_source_file_helper.dart
|
| @@ -21,7 +21,7 @@ import '../../../sdk/lib/_internal/compiler/implementation/source_file_provider.
|
| show SourceFileProvider;
|
|
|
| export '../../../sdk/lib/_internal/compiler/implementation/source_file_provider.dart'
|
| - show FormattingDiagnosticHandler;
|
| + show SourceFileProvider, FormattingDiagnosticHandler;
|
|
|
| class MemorySourceFileProvider extends SourceFileProvider {
|
| static Map MEMORY_SOURCE_FILES;
|
|
|