3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

graph: Adjust test for recent OCaml changes.

This is a followup to 339177956a.

* tests/graph.scm ("reverse bag DAG"): Look for "ocaml4.07-dune" rather
than "dune".
This commit is contained in:
Ludovic Courtès 2020-10-20 13:58:28 +02:00
parent b8085fccf2
commit a9fd59dbd2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -198,7 +198,7 @@ edges."
(test-assert "reverse bag DAG"
(let-values (((dune bap ocaml-base)
(values (specification->package "dune")
(values (specification->package "ocaml4.07-dune")
(specification->package "bap")
(specification->package "ocaml4.07-base")))
((backend nodes+edges) (make-recording-backend)))