summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-25 13:28:01 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-25 13:28:41 +0200
commit70780ae9e8e77cf84634caf24d8a5dbf62146853 (patch)
treed9842db4fce5f9262459137b3e82243688a05e2c
parentdev-lang/php: x86 stable (bug #698452) (diff)
downloadgentoo-70780ae9e8e77cf84634caf24d8a5dbf62146853.tar.gz
gentoo-70780ae9e8e77cf84634caf24d8a5dbf62146853.tar.bz2
gentoo-70780ae9e8e77cf84634caf24d8a5dbf62146853.zip
sys-libs/compiler-rt-sanitizers: Test file has been renamed
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild
index 93ab308a4cf4..a2a2f1e49bf9 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild
@@ -81,7 +81,7 @@ src_prepare() {
# remove tests that are (still) broken by new glibc
# https://bugs.llvm.org/show_bug.cgi?id=36065
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
- rm test/lsan/TestCases/Linux/fork_and_leak.cc || die
+ rm test/lsan/TestCases/Linux/fork_and_leak.cpp || die
fi
fi
}