summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-03-30 18:29:25 (GMT)
committerThomas Heller <theller@ctypes.org>2006-03-30 18:29:25 (GMT)
commit300269ae6fdacd242b4d5e31552fb5b663920713 (patch)
tree4caaef3081a95d8cdb9a0959159959452cadf8dd /Lib
parentb320682577dd7b3055d88aa162818a8bcd4d5b53 (diff)
downloadcpython-300269ae6fdacd242b4d5e31552fb5b663920713.zip
cpython-300269ae6fdacd242b4d5e31552fb5b663920713.tar.gz
cpython-300269ae6fdacd242b4d5e31552fb5b663920713.tar.bz2
Oops - this should not have gone in.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ctypes/test/test_loading.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_loading.py b/Lib/ctypes/test/test_loading.py
index 34f7496..37acf55 100644
--- a/Lib/ctypes/test/test_loading.py
+++ b/Lib/ctypes/test/test_loading.py
@@ -22,7 +22,6 @@ class LoaderTest(unittest.TestCase):
else:
name = "libc.so.6"
## print (sys.platform, os.name)
- name = "impossible.so"
try:
cdll.load(name)
except Exception, details: