aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test/IjarTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/test/IjarTests.java')
-rw-r--r--third_party/ijar/test/IjarTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ijar/test/IjarTests.java b/third_party/ijar/test/IjarTests.java
index 43abc41773..d9a3897cfa 100644
--- a/third_party/ijar/test/IjarTests.java
+++ b/third_party/ijar/test/IjarTests.java
@@ -256,7 +256,7 @@ public class IjarTests {
final Map<String, String> innerClasses = new HashMap<>();
new ClassReader(bytes)
.accept(
- new ClassVisitor(Opcodes.ASM5) {
+ new ClassVisitor(Opcodes.ASM6) {
@Override
public void visitInnerClass(
String name, String outerName, String innerName, int access) {