summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py')
-rw-r--r--lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py b/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py
index 675e5b42c3f..a85652310f8 100644
--- a/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py
+++ b/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py
@@ -11,7 +11,7 @@ class CPPBreakpointTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym(self):
"""Test a sequence of breakpoint command add, list, and delete."""
OpenPOWER on IntegriCloud