summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-21 07:52:53 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-21 09:10:59 +0100
commitceccc6c5c824f3bbe5c01e372a45f60051804727 (patch)
tree6888d593fc94201a0046bd28fe4555628acafd42 /eclass
parentmedia-gfx/prusaslicer: updated live ebuild (diff)
downloadgentoo-ceccc6c5c824f3bbe5c01e372a45f60051804727.tar.gz
gentoo-ceccc6c5c824f3bbe5c01e372a45f60051804727.tar.bz2
gentoo-ceccc6c5c824f3bbe5c01e372a45f60051804727.zip
eclass/tests/llvm-r1.sh: Fix function name in error message
Thanks to Sam for noticing. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rwxr-xr-xeclass/tests/llvm-r1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/llvm-r1.sh b/eclass/tests/llvm-r1.sh
index 730b0a6db653..d4657815465d 100755
--- a/eclass/tests/llvm-r1.sh
+++ b/eclass/tests/llvm-r1.sh
@@ -54,7 +54,7 @@ test_gen_dep() {
local value=$(llvm_gen_dep "${arg}")
if [[ ${value} != ${expected} ]]; then
- eerror "python_get_usedep ${arg}"
+ eerror "llvm_gen_dep ${arg}"
eerror "gave:"
eerror " ${value}"
eerror "expected:"