diff options
| author | Tatyana Krasnukha <tatyana@synopsys.com> | 2021-02-04 01:02:31 +0300 |
|---|---|---|
| committer | Tatyana Krasnukha <tatyana@synopsys.com> | 2021-02-08 15:10:48 +0300 |
| commit | 05d7d6949c7cd3f1566d4c8394fa59160a7ffd05 (patch) | |
| tree | 7bcea3bbf63b43121fd01844974bb10afc467cd8 /lldb/test/API/python_api/function_symbol/TestSymbolAPI.py | |
| parent | f9c5e1664e081031e7deec3df49953952771d21b (diff) | |
[lldb/tests] Removed add_test_categories decorator for python API tests, NFC
There is a .categories file in the python_api directory that makes all nested tests
belong to the category "pyapi". The decorator is unnecessary for these tests.
Diffstat (limited to 'lldb/test/API/python_api/function_symbol/TestSymbolAPI.py')
| -rw-r--r-- | lldb/test/API/python_api/function_symbol/TestSymbolAPI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py index 09e7db7fcefc..14b01d557b61 100644 --- a/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py +++ b/lldb/test/API/python_api/function_symbol/TestSymbolAPI.py @@ -24,7 +24,6 @@ class SymbolAPITestCase(TestBase): self.line2 = line_number( 'main.c', '// Find the line number for breakpoint 2 here.') - @add_test_categories(['pyapi']) @expectedFailureAll(oslist=["windows"], bugnumber='llvm.org/pr21765') def test(self): """Exercise some SBSymbol and SBAddress APIs.""" |
