Skip to content

Commit

Permalink
Scripts: Update ASM version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpadhye committed Jun 5, 2023
1 parent c40d0e9 commit aa1ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jqf-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INST_JAR="${INST_DIR}/$project-instrument-$version.jar"

# Compute classpaths (the /classes are only for development;
# if empty the JARs will have whatever is needed)
INST_CLASSPATH="${INST_DIR}/classes:${INST_JAR}:${INST_DIR}/dependency/asm-9.4.jar"
INST_CLASSPATH="${INST_DIR}/classes:${INST_JAR}:${INST_DIR}/dependency/asm-9.5.jar"
FUZZ_CLASSPATH="${FUZZ_DIR}/classes:${FUZZ_JAR}"

# If user-defined classpath is not set, default to '.'
Expand Down

1 comment on commit aa1ba34

@rohanpadhye
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes another issue identified in #233

Please sign in to comment.