| 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 791e961131df4264f19583e8b53c46e350bf7d51..549046dd6f1f16ee8740ab4bf0a698a2666a6b6a 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.
|
|
|
|
|