mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When testing runtime lookup changes, we want to make sure each test runs in isolation. Add a new modifier, `.requireOwnProcess()`, to enable tests to guarantee they’re run in isolation.