diff options
Diffstat (limited to 'Lib/test/test_dl.py')
-rwxr-xr-x | Lib/test/test_dl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dl.py b/Lib/test/test_dl.py index ba5d8bd..606da46 100755 --- a/Lib/test/test_dl.py +++ b/Lib/test/test_dl.py @@ -31,4 +31,4 @@ for s, func in sharedlibs: print('worked!') break else: - raise TestSkipped, 'Could not open any shared libraries' + raise TestSkipped('Could not open any shared libraries') |