mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix mismatch opening and closing quotes on a string.
This commit is contained in:
parent
d9cf85f421
commit
4954b384e4
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue