summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/self/TestObjCSelf.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/objc/self/TestObjCSelf.py')
-rw-r--r--lldb/test/lang/objc/self/TestObjCSelf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/objc/self/TestObjCSelf.py b/lldb/test/lang/objc/self/TestObjCSelf.py
index cc58bf2185f..1ed2283292e 100644
--- a/lldb/test/lang/objc/self/TestObjCSelf.py
+++ b/lldb/test/lang/objc/self/TestObjCSelf.py
@@ -9,14 +9,14 @@ class ObjCSelfTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym_and_run_command(self):
"""Test that the appropriate member variables are available when stopped in Objective-C class and instance methods"""
self.buildDsym()
self.self_commands()
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test that the appropriate member variables are available when stopped in Objective-C class and instance methods"""
OpenPOWER on IntegriCloud