diff options
Diffstat (limited to 'Tools/pybench/Empty.py')
-rwxr-xr-x | Tools/pybench/Empty.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/Empty.py b/Tools/pybench/Empty.py index 3c54851fe1..63c566387c 100755 --- a/Tools/pybench/Empty.py +++ b/Tools/pybench/Empty.py @@ -20,4 +20,3 @@ class EmptyTest(Test): for i in xrange(self.rounds):
pass
-
|