| Index: tests/corelib/const_list_literal_test.dart
|
| diff --git a/tests/corelib/const_list_literal_test.dart b/tests/corelib/const_list_literal_test.dart
|
| index 31e859e62ff510ef74b01185bae0533be00f2662..918503d286d86ae563e698ecb8ba656bfcbab302 100644
|
| --- a/tests/corelib/const_list_literal_test.dart
|
| +++ b/tests/corelib/const_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 final list literal is not expandable nor modifiable.
|
|
|
| class ConstListLiteralTest {
|
|
|