| Index: dart/tests/compiler/dart2js/type_mask_test_helper.dart
|
| diff --git a/dart/tests/compiler/dart2js/type_mask_test_helper.dart b/dart/tests/compiler/dart2js/type_mask_test_helper.dart
|
| index 88f234da64c95cbdfd23b2b3d6df1cc12132c58c..129ec7ae8112d02d2aa186fee072985f90e9985c 100644
|
| --- a/dart/tests/compiler/dart2js/type_mask_test_helper.dart
|
| +++ b/dart/tests/compiler/dart2js/type_mask_test_helper.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library type_mask_test_helper;
|
|
|
| -import '../../../sdk/lib/_internal/compiler/implementation/types/types.dart';
|
| -import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart'
|
| +import 'package:compiler/implementation/types/types.dart';
|
| +import 'package:compiler/implementation/dart2jslib.dart'
|
| show Compiler;
|
|
|
| TypeMask simplify(TypeMask mask, Compiler compiler) {
|
|
|