Skip to content

Commit 57750c2

Browse files
committed
Update TSAN suppressions file
1 parent 9b81008 commit 57750c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tsan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ race:crossbeam_deque*push
1010
race:crossbeam_deque*steal
1111

1212
# Non-lock-free AtomicCell uses SeqLock which uses fences.
13-
race:crossbeam_utils::atomic::atomic_cell::AtomicCell<T>::compare_exchange
13+
race:crossbeam_utils::atomic::atomic_cell::atomic_compare_exchange_weak

0 commit comments

Comments
 (0)