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 2bb2d5358f5..f2a51edda4e 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -163,6 +163,8 @@ DATA_TYPES_DISPLAYED_CORRECTLY = "Data type(s) displayed correctly" VALID_BREAKPOINT = "Got a valid breakpoint" +VALID_BREAKPOINT_LOCATION = "Got a valid breakpoint location" + VALID_FILESPEC = "Got a valid filespec" VALID_PROCESS = "Got a valid process" |