mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 07:16:54 +00:00
Move two windows process tests to tests/ui Spawning processes from std unit tests is not something it's well suited for so moving them into tests/ui is more robust and means we don't need to hack around `cmd.exe`. Follow up to #136630