| Index: tests/compiler/dart2js/type_representation_test.dart
|
| diff --git a/tests/compiler/dart2js/type_representation_test.dart b/tests/compiler/dart2js/type_representation_test.dart
|
| index 2edf6440be1f77a54ef3ff09df0b100061bdd9cd..132d3a7308becc89af9cbd31c7f0694917bb12f5 100644
|
| --- a/tests/compiler/dart2js/type_representation_test.dart
|
| +++ b/tests/compiler/dart2js/type_representation_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| library subtype_test;
|
|
|
| +import 'package:expect/expect.dart';
|
| import 'type_test_helper.dart';
|
| import '../../../sdk/lib/_internal/compiler/implementation/dart_types.dart';
|
| import '../../../sdk/lib/_internal/compiler/implementation/elements/elements.dart'
|
|
|