Skip to content

Commit

Permalink
Fixes owic's display name
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Nov 2, 2023
1 parent 0bd51dc commit 70270f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/owic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def version(self, executable):
return self._version_from_tool(executable, "--version")

def name(self):
return "owic"
return "OWI"

def cmdline(self, executable, options, task, _):
if task.property_file:
Expand Down

0 comments on commit 70270f5

Please sign in to comment.