updated unit test
This commit is contained in:
parent
ee076dd937
commit
b5ead0060c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue