summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/asan/TestReportData.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/asan/TestReportData.py')
-rw-r--r--lldb/test/functionalities/asan/TestReportData.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/asan/TestReportData.py b/lldb/test/functionalities/asan/TestReportData.py
index 3ec992c0e87..235ba037d69 100644
--- a/lldb/test/functionalities/asan/TestReportData.py
+++ b/lldb/test/functionalities/asan/TestReportData.py
@@ -20,7 +20,7 @@ class AsanTestReportDataCase(TestBase):
@dsym_test
@skipIfRemote
@skipUnlessCompilerRt
- @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+ @skipUnlessDarwin
def test_with_dsym (self):
compiler = self.findBuiltClang ()
self.buildDsym (None, compiler)
OpenPOWER on IntegriCloud