aboutsummaryrefslogtreecommitdiff
path: root/debug/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/testlib.py')
-rw-r--r--debug/testlib.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/debug/testlib.py b/debug/testlib.py
index 9ca97da..b5bd992 100644
--- a/debug/testlib.py
+++ b/debug/testlib.py
@@ -403,9 +403,6 @@ def run_all_tests(module, target, parsed):
return result
-def auto_int (x) :
- return int(x, 0)
-
def add_test_run_options(parser):
parser.add_argument("--fail-fast", "-f", action="store_true",