| Index: tests/compiler/dart2js/link_helper.dart
 | 
| diff --git a/tests/compiler/dart2js/link_helper.dart b/tests/compiler/dart2js/link_helper.dart
 | 
| index 438afa39d001765c77ea010ca877b0ce605262ab..dc0fe6fd7b93fc3dcb155956185425a088ffb6f5 100644
 | 
| --- a/tests/compiler/dart2js/link_helper.dart
 | 
| +++ b/tests/compiler/dart2js/link_helper.dart
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  library link_helper;
 | 
|  
 | 
| -import 'package:compiler/implementation/util/util.dart';
 | 
| -import 'package:compiler/implementation/util/util_implementation.dart';
 | 
| +import 'package:compiler/src/util/util.dart';
 | 
| +import 'package:compiler/src/util/util_implementation.dart';
 | 
|  
 | 
|  Link LinkFromList(List list) {
 | 
|    switch (list.length) {
 | 
| 
 |