Index: tests/compiler/dart2js/erroneous_element_test.dart |
diff --git a/tests/compiler/dart2js/erroneous_element_test.dart b/tests/compiler/dart2js/erroneous_element_test.dart |
index 97078356a36f41c1e2929af0e64f077c97f3e639..4a588e17952e177bd742347ea080ec844fc73bf7 100644 |
--- a/tests/compiler/dart2js/erroneous_element_test.dart |
+++ b/tests/compiler/dart2js/erroneous_element_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 'parser_helper.dart'; |