summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/stepping/TestThreadStepping.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/c/stepping/TestThreadStepping.py')
-rw-r--r--lldb/test/lang/c/stepping/TestThreadStepping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/stepping/TestThreadStepping.py b/lldb/test/lang/c/stepping/TestThreadStepping.py
index 747ef4af314..13c8ce88ddc 100644
--- a/lldb/test/lang/c/stepping/TestThreadStepping.py
+++ b/lldb/test/lang/c/stepping/TestThreadStepping.py
@@ -13,7 +13,7 @@ class ThreadSteppingTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_step_out_with_dsym_and_run_command(self):
"""Exercise thread step-out and frame select followed by thread step-out."""
OpenPOWER on IntegriCloud