]> granicus.if.org Git - python/commitdiff
Oops - this should not have gone in.
authorThomas Heller <theller@ctypes.org>
Thu, 30 Mar 2006 18:29:25 +0000 (18:29 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 30 Mar 2006 18:29:25 +0000 (18:29 +0000)
Lib/ctypes/test/test_loading.py

index 34f74963da60896a262076cd5161ceee68a10f98..37acf55fbc66acb672b65e73cd5659d3f06cafc5 100644 (file)
@@ -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: