summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/diamond/TestDiamond.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/diamond/TestDiamond.py')
-rw-r--r--lldb/test/lang/cpp/diamond/TestDiamond.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/diamond/TestDiamond.py b/lldb/test/lang/cpp/diamond/TestDiamond.py
index 247da482a19..fd1ca36b607 100644
--- a/lldb/test/lang/cpp/diamond/TestDiamond.py
+++ b/lldb/test/lang/cpp/diamond/TestDiamond.py
@@ -9,7 +9,7 @@ class CPPTestDiamondInheritance(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 virtual base classes work in when SBValue objects are used to explore the variable value"""
OpenPOWER on IntegriCloud