Chromium Code Reviews| Index: tests/corelib/range_error_test.dart |
| diff --git a/tests/corelib/range_error_test.dart b/tests/corelib/range_error_test.dart |
| index e83bd30dfb9c453c70e1fe0dc2369c4c4d0b0dfe..2fdf90f5358b215195a55ce09fbcb9e68413a476 100644 |
| --- a/tests/corelib/range_error_test.dart |
| +++ b/tests/corelib/range_error_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"; |
| + |
| // Dart test for testing out of range exceptions on arrays. |
| class RangeErrorTest { |