| Index: tests/compiler/dart2js/strip_comment_test.dart
 | 
| diff --git a/tests/compiler/dart2js/strip_comment_test.dart b/tests/compiler/dart2js/strip_comment_test.dart
 | 
| index 04e8fb3e5d2b4daf7188b65995e629eaffecfcc4..40921a94eb5ba9b6ce470bfe0ca6f43ab5eabfff 100644
 | 
| --- a/tests/compiler/dart2js/strip_comment_test.dart
 | 
| +++ b/tests/compiler/dart2js/strip_comment_test.dart
 | 
| @@ -5,7 +5,7 @@
 | 
|  library strip_comment_test;
 | 
|  
 | 
|  import "package:expect/expect.dart";
 | 
| -import 'package:compiler/implementation/mirrors/mirrors_util.dart';
 | 
| +import 'package:compiler/src/mirrors/mirrors_util.dart';
 | 
|  
 | 
|  testComment(String strippedText, String commentText) {
 | 
|    Expect.stringEquals(strippedText, stripComment(commentText));
 | 
| 
 |