summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py')
-rw-r--r--lldb/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py b/lldb/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
index 0b48b48d311..1c823799138 100644
--- a/lldb/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
+++ b/lldb/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
@@ -11,7 +11,7 @@ import lldbutil
import shutil
import subprocess
-@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+@skipUnlessDarwin
class TestObjCBreakpoints(TestBase):
mydir = TestBase.compute_mydir(__file__)
OpenPOWER on IntegriCloud