Fix mismatch opening and closing quotes on a string.

This commit is contained in:
Brett Cannon 2006-03-02 17:47:01 +00:00
parent d9cf85f421
commit 4954b384e4
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
import sys
if sys.platform != 'darwin':
raise ValueError, "This test only leaks on Mac OS X'
raise ValueError, "This test only leaks on Mac OS X"
def leak():
# taken from platform._mac_ver_lookup()