diff options
| -rw-r--r-- | testsuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index c8ce43a..2cef8e7 100644 --- a/testsuite.py +++ b/testsuite.py @@ -275,7 +275,7 @@ def run_selftests(): "get_lower_bound() thinks there should be no " "assignable values for the bool/tristate {0} but " "is_modifiable() thinks it should be modifiable". - format(sym_name, vals)) + format(sym_name)) else: tri_to_int = { "n" : 0, "m" : 1, "y" : 2 } bound_range = ["n", "m", "y"][tri_to_int[sym_low] : |
