Skip to content

Commit 2dae835

Browse files
committed
Fix debug info check
1 parent 2e314de commit 2dae835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cabal-simple-debug/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in recurseIntoAttrs {
3939
else ''
4040
(${dwarfdump}/bin/dwarfdump $exe || true) | grep -c 'libraries/base/[A-Za-z0-9/]*\.hs'
4141
''}
42-
(${dwarfdump}/bin/dwarfdump $exe || true) | grep -c '/Main\.hs'
42+
(${dwarfdump}/bin/dwarfdump $exe || true) | grep -c 'Main\.hs'
4343
4444
touch $out
4545
'';

0 commit comments

Comments
 (0)