summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/expression_command/po_verbosity/TestPoVerbosity.py')
-rw-r--r--lldb/test/expression_command/po_verbosity/TestPoVerbosity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py b/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py
index 1a6abfd403e..dbb9daa8d04 100644
--- a/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py
+++ b/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py
@@ -18,14 +18,14 @@ class PoVerbosityTestCase(TestBase):
self.line = line_number('main.m',
'// Stop here')
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym(self):
"""Test that the po command acts correctly."""
self.buildDsym()
self.do_my_test()
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin due to ObjC test case")
+ @skipUnlessDarwin
@dwarf_test
def test_with_dwarf(self):
"""Test that the po command acts correctly."""
OpenPOWER on IntegriCloud