summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value_var_update
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/value_var_update')
-rw-r--r--lldb/test/python_api/value_var_update/TestValueVarUpdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py
index 87e0ccd6629..e6d6d30c6e6 100644
--- a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py
+++ b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py
@@ -20,7 +20,7 @@ class HelloWorldTestCase(TestBase):
self.exe = os.path.join(os.getcwd(), self.testMethodName)
self.d = {'EXE': self.testMethodName}
- @python_api_test
+ @add_test_categories(['pyapi'])
def test_with_process_launch_api(self):
"""Test SBValue::GetValueDidChange"""
self.build(dictionary=self.d)
OpenPOWER on IntegriCloud