aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java
diff options
context:
space:
mode:
authorYifei Zhang <yfz@google.com>2023-07-25 07:50:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-07-25 07:50:08 +0000
commitf7d94438c8bcdfdbf0d5a2a5e40120d0696e7088 (patch)
tree405bdc36825a61db2a15f10b8775c78010ee0b56 /javatests/com/google/turbine/bytecode/sig/SigIntegrationTest.java
parentd4be1f10b831f4c3774091c74e4b904ec6450c9a (diff)
parentea1cf67d10bfde29a1bb50ba92fd4d3137916e41 (diff)
downloadturbine-main.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/turbine/+/2674341 Change-Id: I83c10ceb7d338fd1791d717b833e2c7d589f7704 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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