diff options
Diffstat (limited to 'lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py')
| -rw-r--r-- | lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py index 6b31ebc26dc..df8630655f9 100644 --- a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py +++ b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py @@ -34,7 +34,7 @@ class DynamicValueChildCountTestCase(TestBase): @expectedFailureFreeBSD("llvm.org/pr19311") # continue at a breakpoint does not work @expectedFailureWindows("llvm.org/pr24663") @expectedFailurei386("to be figured out") - @python_api_test + @add_test_categories(['pyapi']) def test_get_dynamic_vals(self): """Test fetching C++ dynamic values from pointers & references.""" """Get argument vals for the call stack when stopped on a breakpoint.""" |

