Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leodemoura committed Jun 19, 2024
1 parent e8f768f commit de26906
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/compiler/phashmap.lean
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ IO.println m.stats;
check2 n 0 m;
let m := delLess 4900 m;
check2 n 4900 m;
IO.println m.size;
IO.println m.stats;
let m := delLess 4990 m;
check2 n 4990 m;
IO.println m.size;
IO.println m.stats
2 changes: 0 additions & 2 deletions tests/compiler/phashmap.lean.expected.out
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{ nodes := 1057, null := 27768, collisions := 0, depth := 3}
{ nodes := 529, null := 13900, collisions := 0, depth := 3}
50
{ nodes := 17, null := 478, collisions := 0, depth := 2}
5
{ nodes := 1, null := 27, collisions := 0, depth := 1}

0 comments on commit de26906

Please sign in to comment.