Skip to content

Commit

Permalink
Fix build of tests after mirage#708
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jun 17, 2019
1 parent aa279d6 commit 072904e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/irmin/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ let test_hashes () =
Alcotest.(check string)
"empty v1 contents" "05fe405753166f125559e7c9ac558654f107c7e9"
(digest Irmin.Contents.V1.String.t "");
Alcotest.(check string)
"empty bytes" "da39a3ee5e6b4b0d3255bfef95601890afd80709"
(digest Irmin.Contents.Bytes.t (Bytes.of_string ""));
Alcotest.(check string)
"contents" "b60d121b438a380c343d5ec3c2037564b82ffef3"
(digest Irmin.Contents.String.t "xxx");
Expand Down

0 comments on commit 072904e

Please sign in to comment.