| Index: tests/compiler/dart2js/type_checker_test.dart
|
| diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
|
| index e51a50f1424d8e7d1b7add5b079f72745bd10526..3fa792ac4f9139527e64daa7b52e92f06db5d634 100644
|
| --- a/tests/compiler/dart2js/type_checker_test.dart
|
| +++ b/tests/compiler/dart2js/type_checker_test.dart
|
| @@ -2,6 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| import '../../../sdk/lib/_internal/compiler/implementation/elements/elements.dart';
|
| import '../../../sdk/lib/_internal/compiler/implementation/tree/tree.dart';
|
| import '../../../sdk/lib/_internal/compiler/implementation/util/util.dart';
|
|
|