mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We used to treat 'rethrows' like an attribute, printing it as '@rethrows', which was incorrect. That's fixed now, so update the API/ABI checker tests to account for that.