Commit 99a31b33 authored by Brett Cannon's avatar Brett Cannon

Fix mismatch opening and closing quotes on a string.

parent dfbdbaa6
import sys import sys
if sys.platform != 'darwin': 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(): def leak():
# taken from platform._mac_ver_lookup() # 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