From 300269ae6fdacd242b4d5e31552fb5b663920713 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 30 Mar 2006 18:29:25 +0000 Subject: [PATCH] Oops - this should not have gone in. --- Lib/ctypes/test/test_loading.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/ctypes/test/test_loading.py b/Lib/ctypes/test/test_loading.py index 34f74963da..37acf55fbc 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: -- 2.40.0