diff options
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r-- | scripts/test/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 6fb66a21a..9352f0b9d 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -72,7 +72,6 @@ def parse_args(args): action='store_true', default=False, help=('If specified, all unfreed (but still referenced) pointers at the' ' end of execution are considered memory leaks. Default: disabled.')) - parser.add_argument( 'positional_args', metavar='tests', nargs=argparse.REMAINDER, help='Names specific tests to run.') |