diff options
Diffstat (limited to 'lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py')
-rw-r--r-- | lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py index 3985358f602..cea72749f55 100644 --- a/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py +++ b/lldb/test/macosx/indirect_symbol/TestIndirectSymbols.py @@ -20,7 +20,7 @@ class TestIndirectFunctions(TestBase): self.main_source = "main.c" @skipUnlessDarwin - @python_api_test + @add_test_categories(['pyapi']) def test_with_python_api(self): """Test stepping and setting breakpoints in indirect and re-exported symbols.""" self.build() |