| Index: tests/language/field3a_negative_test.dart
|
| diff --git a/tests/language/field3a_negative_test.dart b/tests/language/field3a_negative_test.dart
|
| index f42779bc72209ec32c457fb41ffcb82b29c7f904..d0706f63142a6fef574d46652185cae1bf418932 100644
|
| --- a/tests/language/field3a_negative_test.dart
|
| +++ b/tests/language/field3a_negative_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test to catch error reporting bugs in class fields declarations.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| class C {
|
| final a; // illegal field declaration - must be initialized
|
| }
|
|
|