| Index: third_party/protobuf/java/core/src/test/java/com/google/protobuf/WireFormatTest.java | 
| diff --git a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/WireFormatTest.java b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/WireFormatTest.java | 
| index 370860c2f8aa8ebcd02c1a253b5b0c9fda65945f..e66b371cdebc065e16ec4c43031925cb81cda8df 100644 | 
| --- a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/WireFormatTest.java | 
| +++ b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/WireFormatTest.java | 
| @@ -44,10 +44,12 @@ import protobuf_unittest.UnittestProto.TestOneofBackwardsCompatible; | 
| import protobuf_unittest.UnittestProto.TestPackedExtensions; | 
| import protobuf_unittest.UnittestProto.TestPackedTypes; | 
| import proto2_wireformat_unittest.UnittestMsetWireFormat.TestMessageSet; | 
| + | 
| +import junit.framework.TestCase; | 
| + | 
| import java.io.ByteArrayInputStream; | 
| import java.io.ByteArrayOutputStream; | 
| import java.util.List; | 
| -import junit.framework.TestCase; | 
|  | 
| /** | 
| * Tests related to parsing and serialization. | 
|  |