We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428fc53 commit a90ac3bCopy full SHA for a90ac3b
test-cargo-miri/tests/test.rs
@@ -39,5 +39,6 @@ fn entropy_rng() {
39
40
#[test]
41
fn num_cpus() {
42
+ #[cfg(not(windows))] // FIXME: enable on Windows again once https://github.com/seanmonstar/num_cpus/pull/90 gets released.
43
assert_eq!(num_cpus::get(), 1);
44
}
0 commit comments