| Index: tests/compiler/dart2js/sha1_test.dart
 | 
| diff --git a/tests/compiler/dart2js/sha1_test.dart b/tests/compiler/dart2js/sha1_test.dart
 | 
| index 5e7e4919dfa0143ae22ef6efc7a8530701b39b3b..d622eec6efd1ae073677718faf6d775a40f91be0 100644
 | 
| --- a/tests/compiler/dart2js/sha1_test.dart
 | 
| +++ b/tests/compiler/dart2js/sha1_test.dart
 | 
| @@ -6,7 +6,7 @@
 | 
|  // into the compiler.
 | 
|  
 | 
|  library sha1_test;
 | 
| -import 'package:compiler/implementation/hash/sha1.dart';
 | 
| +import 'package:compiler/src/hash/sha1.dart';
 | 
|  
 | 
|  import "package:unittest/unittest.dart";
 | 
|  
 | 
| 
 |