| Index: tests/corelib/list_removeat_test.dart
|
| diff --git a/tests/corelib/list_removeat_test.dart b/tests/corelib/list_removeat_test.dart
|
| index df7ac16594a75d3465a846f4765536d3e04d9b74..ae137dd48816831a8fcca029bae4c078d66aaf7e 100644
|
| --- a/tests/corelib/list_removeat_test.dart
|
| +++ b/tests/corelib/list_removeat_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";
|
| +
|
| void main() {
|
| // Normal modifiable list.
|
| var l1 = [0, 1, 2, 3, 4];
|
|
|