summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: