dmd: Fix grep in test after gdb bump
This commit is contained in:
parent
cb058dc7ea
commit
1ff67969b5
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user