diff options
Diffstat (limited to 'lldb/test/functionalities/asan/TestMemoryHistory.py')
| -rw-r--r-- | lldb/test/functionalities/asan/TestMemoryHistory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/asan/TestMemoryHistory.py b/lldb/test/functionalities/asan/TestMemoryHistory.py index c63b70e3cf3..377e453809b 100644 --- a/lldb/test/functionalities/asan/TestMemoryHistory.py +++ b/lldb/test/functionalities/asan/TestMemoryHistory.py @@ -19,7 +19,7 @@ class AsanTestCase(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) |

