| Index: dart/tests/language/private3.dart
|
| diff --git a/dart/tests/language/private3.dart b/dart/tests/language/private3.dart
|
| index 515902f145cb85d8cdc6a18fc11c44e1e2da1670..93a3d41504094f07b82086c86f79c16bb07e6b1e 100644
|
| --- a/dart/tests/language/private3.dart
|
| +++ b/dart/tests/language/private3.dart
|
| @@ -3,7 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Dart test for testing access to private fields.
|
| -part of PrivateTest;
|
|
|
| class LibOther3 {
|
| static accessFieldA3(var a) => a.fieldA;
|
|
|