aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2023-08-24 11:33:14 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2023-08-24 14:11:30 -0700
commita902015f543097720fed4d2c04e34daa0fdfbda7 (patch)
tree7abacc19ef4958ac422d73523b8c6c875df9e659 /cross-project-tests
parent6be47fb8bef8ef05d2a76ee34aad680cea5bdfbf (diff)
downloadllvm-a902015f543097720fed4d2c04e34daa0fdfbda7.zip
llvm-a902015f543097720fed4d2c04e34daa0fdfbda7.tar.gz
llvm-a902015f543097720fed4d2c04e34daa0fdfbda7.tar.bz2
[lldb] Fix grammar in error message emitted by IRExecutionUnit
The error message "Couldn't lookup symbols" emitted from IRExecutionUnit is grammatically incorrect. "Lookup" is noun when spelled without a space. Update the error message to use the verb "look up" instead.
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py b/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
index b13e743..d601648 100644
--- a/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
+++ b/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
@@ -288,6 +288,7 @@ class LLDB(DebuggerBase):
"use of undeclared identifier",
"no member named",
"Couldn't lookup symbols",
+ "Couldn't look up symbols",
"reference to local variable",
"invalid use of 'this' outside of a non-static member function",
]