We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abaaa9a commit 4a29682Copy full SHA for 4a29682
library/std/src/time/tests.rs
@@ -13,7 +13,6 @@ macro_rules! assert_almost_eq {
13
}
14
15
#[test]
16
-#[cfg(all(target_arch = "aarch64", target_os = "macos"))]
17
fn macos_resolution_regression() {
18
let t0 = Instant::now();
19
let t1 = t0 + Duration::from_nanos(50);
0 commit comments