Skip to content

Commit

Permalink
fix jcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
plummercj committed Aug 21, 2023
1 parent 6ad8cae commit e246f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static void main(String[] args) throws Exception {
if (exitcode != 0) {
throw new RuntimeException("Test FAILED jmap exits with non zero exit code " + exitcode);
}

System.out.println("Jmap Output:");
for (String line : tmt.getToolOutput()) {
System.out.println(line);
Expand Down

0 comments on commit e246f5e

Please sign in to comment.