summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/expression_command/call-restarts/TestCallThatRestarts.py')
-rw-r--r--lldb/test/expression_command/call-restarts/TestCallThatRestarts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
index c6c4af2bb17..85919a86b53 100644
--- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
+++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
@@ -19,7 +19,7 @@ class ExprCommandThatRestartsTestCase(TestBase):
self.main_source_spec = lldb.SBFileSpec (self.main_source)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
@skipIfDarwin # llvm.org/pr19246: intermittent failure
def test_with_dsym(self):
OpenPOWER on IntegriCloud