Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
13725 commits behind the upstream repository.
user avatar
Ben Gamari authored
The GHCi script for T16511 had some `rm` commands to clean up output
from previous runs. This should be harmless since stderr was redirected
to /dev/null; however, it seems that this redirection doesn't work on
Windows (perhaps because GHCi uses `cmd` to execute the command-line;
I'm not sure). I tried to fix it but was unable to find a sensible
solution.

Regardless, the cleaning logic is quite redundant now that we run each
test in a hermetic environment. Let's just remove it.
1f871e70
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.