aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java')
-rw-r--r--javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java b/javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java
index 8602fe5..58c0eff 100644
--- a/javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java
+++ b/javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java
@@ -23,6 +23,7 @@ import static com.google.common.truth.Truth.assertThat;
import com.google.common.base.Splitter;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Streams;
+import org.objectweb.asm.Opcodes;
import java.io.File;
import java.io.IOException;
import java.io.UncheckedIOException;
@@ -44,7 +45,6 @@ import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.MethodVisitor;
-import org.objectweb.asm.Opcodes;
/**
* Reads all field, class, and method signatures in the bootclasspath, and round-trips them through