| Index: dart/tests/compiler/dart2js/link_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/link_test.dart b/dart/tests/compiler/dart2js/link_test.dart
|
| index 55d6ae3465e2d5c50490e800d7735f73f408719b..681c5ef78ac7a9dddbeb5b79d668821c3e2a3cd9 100644
|
| --- a/dart/tests/compiler/dart2js/link_test.dart
|
| +++ b/dart/tests/compiler/dart2js/link_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "package:expect/expect.dart";
|
| -import '../../../sdk/lib/_internal/compiler/implementation/util/util.dart';
|
| -import '../../../sdk/lib/_internal/compiler/implementation/util/util_implementation.dart';
|
| +import 'package:compiler/implementation/util/util.dart';
|
| +import 'package:compiler/implementation/util/util_implementation.dart';
|
|
|
| main() {
|
| test(const Link<Comparable>().prepend('three').prepend(2).prepend('one'),
|
|
|