| Index: tests/compiler/dart2js/bad_output_io_test.dart
 | 
| diff --git a/tests/compiler/dart2js/bad_output_io_test.dart b/tests/compiler/dart2js/bad_output_io_test.dart
 | 
| index 913614be198fb1cecc1079cec8ff0671ba927ff9..868d53cf28e9a6598c9e0db6dfb97ef2a3222769 100644
 | 
| --- a/tests/compiler/dart2js/bad_output_io_test.dart
 | 
| +++ b/tests/compiler/dart2js/bad_output_io_test.dart
 | 
| @@ -11,9 +11,9 @@ import 'package:expect/expect.dart';
 | 
|  
 | 
|  import 'package:compiler/compiler.dart'
 | 
|         show Diagnostic;
 | 
| -import 'package:compiler/implementation/dart2js.dart'
 | 
| +import 'package:compiler/src/dart2js.dart'
 | 
|         show exitFunc, compileFunc, compile, diagnosticHandler;
 | 
| -import 'package:compiler/implementation/source_file_provider.dart'
 | 
| +import 'package:compiler/src/source_file_provider.dart'
 | 
|         show FormattingDiagnosticHandler;
 | 
|  
 | 
|  class CollectingFormattingDiagnosticHandler
 | 
| 
 |