| Index: tests/language/list_literal2_test.dart
|
| diff --git a/tests/language/list_literal2_test.dart b/tests/language/list_literal2_test.dart
|
| index 5157c365a9a08e87c017421353021f7e897e6644..49dc1afd88eb0ae3340684ec98c1f01bcdc82aac 100644
|
| --- a/tests/language/list_literal2_test.dart
|
| +++ b/tests/language/list_literal2_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test program for array literals.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class ArrayLiteral2Test {
|
| static const int LAUREL = 1965;
|
| static const int HARDY = 1957;
|
|
|