Files
clang-p2996/libcxx/test/std/atomics
Damien L-G 4078763e2e [libc++] Fix copy/pasta error in atomic tests for atomic_compare_exchange_{weak,strong} (#87135)
Spotted this minor mistake in the tests as I was looking into testing
more thoroughly `atomic_ref`.

The two argument overloads are tested just above. The names of the
lambda clearly indicates that the intent was to test the one argument
overload.
2024-04-03 17:51:46 -04:00
..