Skip to content

Commit

Permalink
updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hank-der-hafenarbeiter committed Aug 9, 2016
1 parent ee076dd commit b5ead00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail/derived-errors/issue-31997-1.rs
Expand Up @@ -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();
Expand Down

0 comments on commit b5ead00

Please sign in to comment.