| Index: tests/corelib/list_insert_range_test.dart
|
| diff --git a/tests/corelib/list_insert_range_test.dart b/tests/corelib/list_insert_range_test.dart
|
| index 26e48cf0325bcdd7baf86bd6f6694be34b25bdb5..8670c62b3d7944d3161054464a417de4bfecae5b 100644
|
| --- a/tests/corelib/list_insert_range_test.dart
|
| +++ b/tests/corelib/list_insert_range_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";
|
| +
|
| main() {
|
| var list = [];
|
| list.insertRange(-1, 0);
|
|
|