summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/TestValueAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/value/TestValueAPI.py')
-rw-r--r--lldb/test/python_api/value/TestValueAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/value/TestValueAPI.py b/lldb/test/python_api/value/TestValueAPI.py
index 26813506cb3..d8776d506ae 100644
--- a/lldb/test/python_api/value/TestValueAPI.py
+++ b/lldb/test/python_api/value/TestValueAPI.py
@@ -24,7 +24,7 @@ class ValueAPITestCase(TestBase):
self.line = line_number('main.c', '// Break at this line')
@expectedFailureWindows("llvm.org/pr24772")
- @python_api_test
+ @add_test_categories(['pyapi'])
def test(self):
"""Exercise some SBValue APIs."""
d = {'EXE': self.exe_name}
OpenPOWER on IntegriCloud