X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftestlib.py;h=b5bd992234cd2252a30d2018076d71614d1459a1;hb=f7eef9c837acf79fe2616620a094a7f358002c10;hp=9ca97da68485c628d9d25cccab38728019627b3d;hpb=d8c989dbdcc2616e928eb12f06a2c55c957a8558;p=riscv-tests.git 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",