summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macostools.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_macostools.py')
-rw-r--r--Lib/test/test_macostools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_macostools.py b/Lib/test/test_macostools.py
index 5c83d28..6110ce3 100644
--- a/Lib/test/test_macostools.py
+++ b/Lib/test/test_macostools.py
@@ -93,7 +93,7 @@ class TestMacostools(unittest.TestCase):
def test_main():
# Skip on wide unicode
if len(u'\0'.encode('unicode-internal')) == 4:
- raise test_support.TestSkipped("test_macostools is broken in USC4")
+ raise unittest.SkipTest("test_macostools is broken in USC4")
test_support.run_unittest(TestMacostools)