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 11e01bf9518..3c626fdefa9 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -137,6 +137,8 @@ VALID_SYMBOL = "Got a valid symbol" VALID_TARGET = "Got a valid target" +VALID_PLATFORM = "Got a valid platform" + VALID_TYPE = "Got a valid type" VALID_VARIABLE = "Got a valid variable" |