Skip to content

Commit 17d39d6

Browse files
committed
Renamae test
1 parent c589d65 commit 17d39d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/time/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ macro_rules! assert_almost_eq {
1414

1515
#[test]
1616
#[cfg(all(target_arch = "aarch64", target_os = "macos"))]
17-
fn wtf() {
17+
fn macos_resolution_regression() {
1818
let t0 = Instant::now();
1919
let t1 = t0 + Duration::from_nanos(50);
2020
let d = t1 - t0;

0 commit comments

Comments
 (0)