Index: tests/corelib/indexed_list_access_test.dart |
diff --git a/tests/corelib/indexed_list_access_test.dart b/tests/corelib/indexed_list_access_test.dart |
index 2feab1e4402b051572c89f97c3f332e4ce6bbb15..4cbc64517a3da1a700b9602596dddbbcd0cf1fbf 100644 |
--- a/tests/corelib/indexed_list_access_test.dart |
+++ b/tests/corelib/indexed_list_access_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"; |
+ |
// Check that indexed access to lists throws correct exception if index |
// is not int. |