mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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:
parent
b8085fccf2
commit
a9fd59dbd2
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ (define (edge->tuple source target)
|
|||
|
||||
(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)))
|
||||
|
|
Loading…
Reference in a new issue