| Index: tests/compiler/dart2js/type_variable_occurrence_test.dart
|
| diff --git a/tests/compiler/dart2js/type_variable_occurrence_test.dart b/tests/compiler/dart2js/type_variable_occurrence_test.dart
|
| index 51f6282b9bea28083097c9b32e887c9e29ddd5a1..c9a28b979a8996086da8be08b38ea0777ee5bad3 100644
|
| --- a/tests/compiler/dart2js/type_variable_occurrence_test.dart
|
| +++ b/tests/compiler/dart2js/type_variable_occurrence_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"
|
|
|