summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/bool/TestCPPBool.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/bool/TestCPPBool.py')
-rw-r--r--lldb/test/lang/cpp/bool/TestCPPBool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/bool/TestCPPBool.py b/lldb/test/lang/cpp/bool/TestCPPBool.py
index a8ee86e5010..fc1c57416e9 100644
--- a/lldb/test/lang/cpp/bool/TestCPPBool.py
+++ b/lldb/test/lang/cpp/bool/TestCPPBool.py
@@ -9,7 +9,7 @@ class CPPBoolTestCase(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 bool types work in the expression parser"""
OpenPOWER on IntegriCloud