From 27d572b59f1f57d4ec51a1c0b6b9be78b801f92a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 8 Jun 2015 23:24:07 +0200 Subject: Remove unused .format() argument in test suite. --- testsuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] : -- cgit v1.2.3