Skip to content

Commit 230cf6e

Browse files
committed
fix typo in test name
1 parent 22b7b30 commit 230cf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ mod tests {
14731473
#[cfg(feature = "macros")]
14741474
#[cfg(not(target_arch = "wasm32"))] // We are building wasm Python with pthreads disabled
14751475
#[test]
1476-
fn test_rwlockx_ext() {
1476+
fn test_rwlock_ext() {
14771477
use std::sync::RwLock;
14781478

14791479
let barrier = Barrier::new(2);

0 commit comments

Comments
 (0)