summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/TestNumThreads.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/thread/TestNumThreads.py')
-rw-r--r--lldb/test/functionalities/thread/TestNumThreads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/TestNumThreads.py b/lldb/test/functionalities/thread/TestNumThreads.py
index de012749a00..d2156399d61 100644
--- a/lldb/test/functionalities/thread/TestNumThreads.py
+++ b/lldb/test/functionalities/thread/TestNumThreads.py
@@ -12,7 +12,7 @@ class NumberOfThreadsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym(self):
"""Test number of threads."""
OpenPOWER on IntegriCloud