From: Alexander Belopolsky Date: Mon, 13 Sep 2010 18:16:55 +0000 (+0000) Subject: Removed debugging setting X-Git-Tag: v2.7.1rc1~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93ae8a613001f15004429936174245fc455138f3;p=python Removed debugging setting --- diff --git a/Lib/test/test_trace.py b/Lib/test/test_trace.py index 3436aa4946..f699d99750 100644 --- a/Lib/test/test_trace.py +++ b/Lib/test/test_trace.py @@ -219,7 +219,7 @@ class TestFuncs(unittest.TestCase): def setUp(self): self.tracer = Trace(count=0, trace=0, countfuncs=1) self.filemod = my_file_and_modname() - self.maxDiff = None + def test_simple_caller(self): self.tracer.runfunc(traced_func_simple_caller, 1)