Index: tests/language/exception_identity_test.dart |
diff --git a/tests/language/exception_identity_test.dart b/tests/language/exception_identity_test.dart |
index c6b7168560ceb76d39b68764c70985f3b1f2144a..2b166078b431732debe3db5c1d0e34ca3c971b73 100644 |
--- a/tests/language/exception_identity_test.dart |
+++ b/tests/language/exception_identity_test.dart |
@@ -2,6 +2,8 @@ |
// 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"; |
+ |
// Test that an object when thrown stays the same. |
class A { |