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.
cfg(test)
test
1 parent 5f1a90e commit c14aa7eCopy full SHA for c14aa7e
src/libcore/hashmap.rs
@@ -833,7 +833,7 @@ pub impl <T:Hash + Eq> HashSet<T> {
833
}
834
835
836
-#[test]
+#[cfg(test)]
837
mod test_map {
838
use container::{Container, Map, Set};
839
use option::{None, Some};
@@ -1009,7 +1009,7 @@ mod test_map {
1009
1010
1011
1012
1013
mod test_set {
1014
use super::*;
1015
0 commit comments