diff options
Diffstat (limited to 'Lib/test/leakers/test_gestalt.py')
-rw-r--r-- | Lib/test/leakers/test_gestalt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/leakers/test_gestalt.py b/Lib/test/leakers/test_gestalt.py index 46bfcc806dc..e0081c1fc51 100644 --- a/Lib/test/leakers/test_gestalt.py +++ b/Lib/test/leakers/test_gestalt.py @@ -1,7 +1,7 @@ import sys if sys.platform != 'darwin': - raise ValueError, "This test only leaks on Mac OS X" + raise ValueError("This test only leaks on Mac OS X") def leak(): # taken from platform._mac_ver_lookup() |