| Index: third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java
|
| diff --git a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java
|
| index bf1f1d71ff1ce41a3bd7d6c665746376c815bedb..e376b1cd721aeb441296cdc8d8d7e7ba4545fb44 100644
|
| --- a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java
|
| +++ b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java
|
| @@ -36,16 +36,14 @@ import static org.junit.Assert.assertTrue;
|
| import static org.junit.Assert.fail;
|
|
|
| import com.google.protobuf.DescriptorProtos.DescriptorProto;
|
| -
|
| -import org.junit.Test;
|
| -import org.junit.runner.RunWith;
|
| -import org.junit.runners.JUnit4;
|
| -
|
| import java.io.ByteArrayInputStream;
|
| import java.io.ByteArrayOutputStream;
|
| import java.io.FilterInputStream;
|
| import java.io.IOException;
|
| import java.io.InputStream;
|
| +import org.junit.Test;
|
| +import org.junit.runner.RunWith;
|
| +import org.junit.runners.JUnit4;
|
|
|
| /**
|
| * Tests the exceptions thrown when parsing from a stream. The methods on the {@link Parser}
|
|
|