summaryrefslogtreecommitdiff
path: root/python/tests/tst.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/tst.py')
-rwxr-xr-xpython/tests/tst.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/tst.py b/python/tests/tst.py
index d528bf0c..6887cac3 100755
--- a/python/tests/tst.py
+++ b/python/tests/tst.py
@@ -25,4 +25,3 @@ if libxml2.debugMemory(1) == 0:
print("OK")
else:
print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
- libxml2.dumpMemory()