summaryrefslogtreecommitdiff
path: root/python/tests/tstLastError.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/tstLastError.py')
-rwxr-xr-xpython/tests/tstLastError.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/tstLastError.py b/python/tests/tstLastError.py
index ea57e397..45c99f00 100755
--- a/python/tests/tstLastError.py
+++ b/python/tests/tstLastError.py
@@ -15,7 +15,6 @@ class TestCase(unittest.TestCase):
def tearDown(self):
libxml2.cleanupParser()
if libxml2.debugMemory(1) != 0:
- libxml2.dumpMemory()
self.fail("Memory leak %d bytes" % (libxml2.debugMemory(1),))
else:
print("OK")