apple / swift-atomics

Low-level atomic operations for Swift
Apache License 2.0
1.06k stars 50 forks source link

[test] Fix basic tests to to actually cover weakCompareExchange #72

Closed lorentey closed 1 year ago

lorentey commented 1 year ago

Oops, we had two separate tests for compareExchange and weakCompareExchange, but they were both invoking compareExchange only.

Checklist

lorentey commented 1 year ago

@swift-ci test