Commit 300269ae authored by Thomas Heller's avatar Thomas Heller

Oops - this should not have gone in.

parent b3206825
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment