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 b6200eb71691c4c8410770825b785922ff74bc68..855a865b55f87852e38378b1a6ce904ca198202a 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'; |