Commit 4954b384 authored by Brett Cannon's avatar Brett Cannon

Fix mismatch opening and closing quotes on a string.

parent d9cf85f4
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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment