mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
0a33d7ccd1
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