aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/lower/LongStringIntegrationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/com/google/turbine/lower/LongStringIntegrationTest.java')
-rw-r--r--javatests/com/google/turbine/lower/LongStringIntegrationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javatests/com/google/turbine/lower/LongStringIntegrationTest.java b/javatests/com/google/turbine/lower/LongStringIntegrationTest.java
index 7bb61e5..33deaee 100644
--- a/javatests/com/google/turbine/lower/LongStringIntegrationTest.java
+++ b/javatests/com/google/turbine/lower/LongStringIntegrationTest.java
@@ -20,6 +20,7 @@ import static com.google.common.truth.Truth.assertThat;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
+import org.objectweb.asm.Opcodes;
import java.io.IOException;
import java.io.UncheckedIOException;
import java.nio.file.Path;
@@ -33,7 +34,6 @@ import org.junit.runners.JUnit4;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.FieldVisitor;
-import org.objectweb.asm.Opcodes;
@RunWith(JUnit4.class)
public class LongStringIntegrationTest {