diff options
Diffstat (limited to 'lldb/test/python_api/sbdata')
| -rw-r--r-- | lldb/test/python_api/sbdata/TestSBData.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/sbdata/TestSBData.py b/lldb/test/python_api/sbdata/TestSBData.py index 1e8f0e3cb0d..b0c5be97d18 100644 --- a/lldb/test/python_api/sbdata/TestSBData.py +++ b/lldb/test/python_api/sbdata/TestSBData.py @@ -20,7 +20,7 @@ class SBDataAPICase(TestBase): # Find the line number to break on inside main.cpp. self.line = line_number('main.cpp', '// set breakpoint here') - @python_api_test + @add_test_categories(['pyapi']) def test_with_run_command(self): """Test the SBData APIs.""" self.build() |

