updated unit test

This commit is contained in:
hank-der-hafenarbeiter 2016-08-09 14:02:25 +02:00
parent ee076dd937
commit b5ead0060c

View file

@ -29,6 +29,7 @@ fn main() {
let mut map = HashMap::new();
//~^ ERROR E0433
//~| NOTE Use of undeclared type or module `HashMap`
for line in input.lines() {
let line = line.unwrap();