Skip to content

Commit 4a29682

Browse files
committed
Change test to run on all platformsms instead of only macos aarch64
1 parent abaaa9a commit 4a29682

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/time/tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ macro_rules! assert_almost_eq {
1313
}
1414

1515
#[test]
16-
#[cfg(all(target_arch = "aarch64", target_os = "macos"))]
1716
fn macos_resolution_regression() {
1817
let t0 = Instant::now();
1918
let t1 = t0 + Duration::from_nanos(50);

0 commit comments

Comments
 (0)