summaryrefslogtreecommitdiffstats
path: root/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py')
-rw-r--r--lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py
index b272e6c1240..e92b3c43f0b 100644
--- a/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py
+++ b/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py
@@ -10,7 +10,7 @@ class TestIndirectFunctions(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@python_api_test
@dsym_test
def test_with_dsym_and_python_api(self):
@@ -18,7 +18,7 @@ class TestIndirectFunctions(TestBase):
self.buildDsym()
self.indirect_stepping()
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@python_api_test
@dwarf_test
def test_with_dwarf_and_python_api(self):
OpenPOWER on IntegriCloud