| Index: tests/corelib/list_literal_test.dart
|
| diff --git a/tests/corelib/list_literal_test.dart b/tests/corelib/list_literal_test.dart
|
| index 9a4f1bcf918daabf69770e5c4ac46d10123a2204..c333b8f147b1c15ebb6279edfff95edbf411340c 100644
|
| --- a/tests/corelib/list_literal_test.dart
|
| +++ b/tests/corelib/list_literal_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";
|
| +
|
| // Test that a list literal is expandable and modifiable.
|
|
|
| class ListLiteralTest {
|
|
|