Skip to content

Commit

Permalink
update approval tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 13, 2024
1 parent fc88e42 commit 752fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aot/src/main/java/com/dylibso/chicory/aot/AotCompiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private byte[] compileClass(FunctionSection functions) {

classWriter.visit(
Opcodes.V11,
Opcodes.ACC_PUBLIC | Opcodes.ACC_FINAL,
Opcodes.ACC_PUBLIC | Opcodes.ACC_FINAL| Opcodes.ACC_SUPER,
internalClassName,
null,
getInternalName(Object.class),
Expand Down

0 comments on commit 752fe05

Please sign in to comment.