summaryrefslogtreecommitdiffstats
path: root/tests/ui/hashmap/hashmap-memory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/hashmap/hashmap-memory.rs')
-rw-r--r--tests/ui/hashmap/hashmap-memory.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/hashmap/hashmap-memory.rs b/tests/ui/hashmap/hashmap-memory.rs
index 87f8b6ad5..bd364b349 100644
--- a/tests/ui/hashmap/hashmap-memory.rs
+++ b/tests/ui/hashmap/hashmap-memory.rs
@@ -1,5 +1,6 @@
// run-pass
+#![allow(improper_ctypes_definitions)]
#![allow(non_camel_case_types)]
#![allow(dead_code)]
#![allow(unused_mut)]