Index: tests/compiler/dart2js/type_equals_test.dart |
diff --git a/tests/compiler/dart2js/type_equals_test.dart b/tests/compiler/dart2js/type_equals_test.dart |
index 4da86a69b1fe390187da38c58df889059c07144a..89d289a600d44289edc4a40e968bebb708584382 100644 |
--- a/tests/compiler/dart2js/type_equals_test.dart |
+++ b/tests/compiler/dart2js/type_equals_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/dart_types.dart'; |
import "compiler_helper.dart"; |
import "parser_helper.dart"; |