diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 (GMT) |
commit | 863ac44b74cd66f7d289748816d65c65808c149b (patch) | |
tree | 8536f8a72110b9996cb9e6746b6bb4cf3cb73733 /Lib/test/test_longexp.py | |
parent | c86c1b88f96ec48e5502b9b8ba5cc833f57ce476 (diff) | |
download | cpython-863ac44b74cd66f7d289748816d65c65808c149b.zip cpython-863ac44b74cd66f7d289748816d65c65808c149b.tar.gz cpython-863ac44b74cd66f7d289748816d65c65808c149b.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_longexp.py')
-rw-r--r-- | Lib/test/test_longexp.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_longexp.py b/Lib/test/test_longexp.py index 00ece6d..b7842f9 100644 --- a/Lib/test/test_longexp.py +++ b/Lib/test/test_longexp.py @@ -6,9 +6,9 @@ from test_support import TestFailed, TestSkipped REPS = 65580 if sys.platform == 'mac': - import gestalt - if gestalt.gestalt('sysv') > 0x9ff: - raise TestSkipped, 'Triggers pathological malloc slowdown on OSX MacPython' + import gestalt + if gestalt.gestalt('sysv') > 0x9ff: + raise TestSkipped, 'Triggers pathological malloc slowdown on OSX MacPython' if sys.platform == "os2emx": raise TestFailed, "OS/2+EMX port has malloc problems with long expressions" else: |