Fix a missing #[test].

This commit is contained in:
Dan Gohman
2018-12-06 16:24:54 -05:00
parent 30a0890319
commit 605f34257b

View File

@@ -371,6 +371,7 @@ mod tests {
}
}
#[test]
fn from_iter() {
let mut m: PrimaryMap<E, usize> = PrimaryMap::new();
m.push(12);