summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/tls_globals/TestTlsGlobals.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/c/tls_globals/TestTlsGlobals.py')
-rw-r--r--lldb/test/lang/c/tls_globals/TestTlsGlobals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/tls_globals/TestTlsGlobals.py b/lldb/test/lang/c/tls_globals/TestTlsGlobals.py
index 1141962d844..b450bfc5d1c 100644
--- a/lldb/test/lang/c/tls_globals/TestTlsGlobals.py
+++ b/lldb/test/lang/c/tls_globals/TestTlsGlobals.py
@@ -10,7 +10,7 @@ class TlsGlobalTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
@dsym_test
@unittest2.expectedFailure("rdar://7796742")
def test_with_dsym(self):
OpenPOWER on IntegriCloud