summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/TestStopHookCmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/stop-hook/TestStopHookCmd.py')
-rw-r--r--lldb/test/functionalities/stop-hook/TestStopHookCmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/stop-hook/TestStopHookCmd.py b/lldb/test/functionalities/stop-hook/TestStopHookCmd.py
index 0605dee7af4..8453cc340a2 100644
--- a/lldb/test/functionalities/stop-hook/TestStopHookCmd.py
+++ b/lldb/test/functionalities/stop-hook/TestStopHookCmd.py
@@ -18,7 +18,7 @@ class StopHookCmdTestCase(TestBase):
"""target stop-hook list should not crash if no target has been set."""
self.runCmd("target stop-hook list", check=False)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym(self):
"""Test a sequence of target stop-hook commands."""
OpenPOWER on IntegriCloud