summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/this/TestCPPThis.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/this/TestCPPThis.py')
-rw-r--r--lldb/test/lang/cpp/this/TestCPPThis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/this/TestCPPThis.py b/lldb/test/lang/cpp/this/TestCPPThis.py
index 0d059c51073..1e5731e05c7 100644
--- a/lldb/test/lang/cpp/this/TestCPPThis.py
+++ b/lldb/test/lang/cpp/this/TestCPPThis.py
@@ -9,7 +9,7 @@ class CPPThisTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
#rdar://problem/9962849
#@expectedFailureClang
@dsym_test
OpenPOWER on IntegriCloud