sys-libs/compiler-rt-sanitizers: Test file has been renamed
authorMichał Górny <mgorny@gentoo.org>
Fri, 25 Oct 2019 11:28:01 +0000 (13:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 25 Oct 2019 11:28:41 +0000 (13:28 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild

index 93ab308a4cf40bf3cb3f12e1e6cf99b7dc161ceb..a2a2f1e49bf974ce2c193795d5383c6989f0906f 100644 (file)
@@ -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
 }