mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -198,7 +198,7 @@ edges."
|
|||||||
|
|
||||||
(test-assert "reverse bag DAG"
|
(test-assert "reverse bag DAG"
|
||||||
(let-values (((dune bap ocaml-base)
|
(let-values (((dune bap ocaml-base)
|
||||||
(values (specification->package "dune")
|
(values (specification->package "ocaml4.07-dune")
|
||||||
(specification->package "bap")
|
(specification->package "bap")
|
||||||
(specification->package "ocaml4.07-base")))
|
(specification->package "ocaml4.07-base")))
|
||||||
((backend nodes+edges) (make-recording-backend)))
|
((backend nodes+edges) (make-recording-backend)))
|
||||||
|
|||||||
Reference in New Issue
Block a user