summaryrefslogtreecommitdiffstats
path: root/Lib/test/leakers
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-03-02 17:47:01 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-03-02 17:47:01 (GMT)
commit4954b384e48701da5f32e55ba664eeeff74703ce (patch)
treeb6eb3f0a568a2b2a5b54cda8bbd085bbbb590bc9 /Lib/test/leakers
parentd9cf85f421e569d594c7444849c8004aa0e5dc85 (diff)
downloadcpython-4954b384e48701da5f32e55ba664eeeff74703ce.zip
cpython-4954b384e48701da5f32e55ba664eeeff74703ce.tar.gz
cpython-4954b384e48701da5f32e55ba664eeeff74703ce.tar.bz2
Fix mismatch opening and closing quotes on a string.
Diffstat (limited to 'Lib/test/leakers')
-rw-r--r--Lib/test/leakers/test_gestalt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/leakers/test_gestalt.py b/Lib/test/leakers/test_gestalt.py
index f947fc5..46bfcc8 100644
--- a/Lib/test/leakers/test_gestalt.py
+++ b/Lib/test/leakers/test_gestalt.py
@@ -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()