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 5e43e605c2c24ac09efa0070579f4c651a39ee0e..d3b94441ed0322f22ed638b3ea953089e93d4523 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'; |