From ac610f97fb6f3ebe53e5abba9c1735fdc2a2dc9f Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 9 Dec 2012 15:34:33 +0100 Subject: [PATCH] remove mem_debug again, was just temporary --- test/run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run.py b/test/run.py index 5ebeec31..db8b2c2f 100755 --- a/test/run.py +++ b/test/run.py @@ -267,7 +267,6 @@ print('\nSummary: (%s fails)' % tests_fail) for s in summary: print(s) -import mem_debug exit_code = 1 if tests_fail else 0 if sys.hexversion < 0x02060000 and tests_fail <= 5: