dmd: Fix grep in test after gdb bump

This commit is contained in:
OPNA2608 2022-06-18 12:03:55 +02:00
parent cb058dc7ea
commit 1ff67969b5

View file

@ -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 ''