| Index: tests/language/static_const_field_test.dart
|
| diff --git a/tests/language/static_const_field_test.dart b/tests/language/static_const_field_test.dart
|
| index 0d2a1889334edcc3fcbe0f09125e9c1472835dda..510f08c425d09f11866f924d59d847e40bba408c 100644
|
| --- a/tests/language/static_const_field_test.dart
|
| +++ b/tests/language/static_const_field_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for testing static const fields.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| abstract class Spain {
|
| static const AG = "Antoni Gaudi";
|
| static const SD = "Salvador Dali";
|
|
|