diff options
Diffstat (limited to 'lldb/test/lldbtest.py')
| -rw-r--r-- | lldb/test/lldbtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index 0be459f57c4..bdcdc17cd74 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -194,6 +194,8 @@ VALID_SYMBOL = "Got a valid symbol" VALID_TARGET = "Got a valid target" +VALID_VARIABLE = "Got a valid variable" + VARIABLES_DISPLAYED_CORRECTLY = "Variable(s) displayed correctly" |

