Merge pull request #178128 from OPNA2608/fix/dmd_gdb_grep

dmd: Fix grep in test after gdb bump
This commit is contained in:
Sandro
2022-06-20 15:33:20 +02:00
committed by GitHub
@@ -109,6 +109,10 @@ stdenv.mkDerivation rec {
rm dmd/test/runnable/gdb15729.sh
rm dmd/test/runnable/gdb4149.d
rm dmd/test/runnable/gdb4181.d
# Grep'd string changed with gdb 12
substituteInPlace druntime/test/exceptions/Makefile \
--replace 'in D main (' 'in _Dmain ('
''
+ lib.optionalString stdenv.isLinux ''