summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_everything.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_everything.py b/tests/test_everything.py
index 5e58fbcb..0cd18045 100644
--- a/tests/test_everything.py
+++ b/tests/test_everything.py
@@ -1186,7 +1186,7 @@ class TestTortureProfile(unittest.TestCase):
sys.stdout.write("\ttorture test 4 (10000 iterations): ")
def callback(userdata):
- pass
+ return 0
userdata = [1, 2, 3, 4]
start_time = time.clock()