diff options
Diffstat (limited to 'Tools/pybench/Arithmetic.py')
-rw-r--r-- | Tools/pybench/Arithmetic.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/Arithmetic.py b/Tools/pybench/Arithmetic.py index e95c30a..4ed6219 100644 --- a/Tools/pybench/Arithmetic.py +++ b/Tools/pybench/Arithmetic.py @@ -775,4 +775,3 @@ class SimpleComplexArithmetic(Test): for i in xrange(self.rounds): pass - |