| Index: third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
|
| diff --git a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
|
| index 006e4933663444526a0d9a20c795b09bb1d66833..0ef414aac60fa7ef5e4f9cae020f47655ac77d66 100644
|
| --- a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
|
| +++ b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
|
| @@ -32,9 +32,11 @@ package com.google.protobuf;
|
|
|
|
|
| import protobuf_unittest.UnittestProto;
|
| -import java.io.IOException;
|
| +
|
| import junit.framework.TestCase;
|
|
|
| +import java.io.IOException;
|
| +
|
| /**
|
| * Tests to make sure the lazy conversion of UTF8-encoded byte arrays to
|
| * strings works correctly.
|
|
|