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 5f99764 commit 1748744Copy full SHA for 1748744
tests/run-pass/hashmap.rs
@@ -30,7 +30,7 @@ fn main() {
30
let _map : HashMap<i32, i32, BuildHasherDefault<collections::hash_map::DefaultHasher>> = Default::default();
31
32
// TODO: Implement random number generation on OS X
33
- if cfg!(not(target_os = "darwin")) {
+ if cfg!(not(target_os = "macos")) {
34
let map_normal: HashMap<i32, i32> = HashMap::new();
35
test_map(map_normal);
36
} else {
0 commit comments