summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py')
-rw-r--r--lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py b/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py
index 808e64be7f5..49057851c96 100644
--- a/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py
+++ b/lldb/test/python_api/rdar-12481949/Test-rdar-12481949.py
@@ -13,7 +13,7 @@ class Radar12481949DataFormatterTestCase(TestBase):
# test for rdar://problem/12481949
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
def test_with_dsym_and_run_command(self):
"""Check that SBValue.GetValueAsSigned() does the right thing for a 32-bit -1."""
OpenPOWER on IntegriCloud