diff options
Diffstat (limited to 'lldb/test/logging/TestLogging.py')
| -rw-r--r-- | lldb/test/logging/TestLogging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/logging/TestLogging.py b/lldb/test/logging/TestLogging.py index aea077d0b9d..f8e995cd570 100644 --- a/lldb/test/logging/TestLogging.py +++ b/lldb/test/logging/TestLogging.py @@ -20,7 +20,7 @@ class LogTestCase(TestBase): cls.RemoveTempFile(cls.truncate_log_file) cls.RemoveTempFile(cls.append_log_file) - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipUnlessDarwin @dsym_test def test_with_dsym (self): self.buildDsym () |

