Also remove a (broken) leaker test for the code removed in issue #18393.

This commit is contained in:
Ronald Oussoren 2013-07-16 08:32:05 +02:00
parent cb2226cb69
commit e6f2175afb
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
import sys
if sys.platform != 'darwin':
raise ValueError("This test only leaks on Mac OS X")
def leak():
# taken from platform._mac_ver_lookup()
from gestalt import gestalt
import MacOS
try:
gestalt('sysu')
except MacOS.Error:
pass