commit: 5285c15383388b9a46ee39eeebcf2a1e5b8c01d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 4 19:27:43 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 4 20:02:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5285c153
eclass/tests: dot-a: tweak test description
Bit clearer maybe.
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/tests/dot-a.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/tests/dot-a.sh b/eclass/tests/dot-a.sh
index 5d0b0541e3e4..bb17e62b5afc 100755
--- a/eclass/tests/dot-a.sh
+++ b/eclass/tests/dot-a.sh
@@ -493,7 +493,7 @@ test_strip_lto_mixed() {
# against the stripped archive?
# Note that this can only happen in a mixed build because
strip-lto-bytecode
# checks for the toolchain type before deciding which strip to use.
- tbegin "whether strip corrupts a Clang fat IR archive"
+ tbegin "whether strip can process (not corrupt) a Clang fat IR archive"
ret=0
(
export CFLAGS="-O2 -flto"