Skip to content

Commit

Permalink
set --mt default to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Dec 21, 2023
1 parent d03e460 commit 8abd26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def mk_arg_parser() -> argparse.ArgumentParser:
"--match-test",
"--mt",
metavar="FUNCTION_NAME_REGEX",
default="^check_",
default="",
help="run tests matching the given regex. The --function prefix is automatically added, unless the regex starts with '^'. (default: '%(default)s')",
)

Expand Down

0 comments on commit 8abd26a

Please sign in to comment.