summaryrefslogtreecommitdiff
path: root/tests/graph.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-20 13:58:28 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-20 16:30:15 +0200
commita9fd59dbd2d32e08c9479ac026b99b5c1dbbb0db (patch)
tree0b7f8757287e9a497df07a4228cb174848413674 /tests/graph.scm
parentb8085fccf2289fb3c64f21d6c5f811afe00fcedf (diff)
graph: Adjust test for recent OCaml changes.
This is a followup to 339177956affdc471832750a3805b74356487e93. * tests/graph.scm ("reverse bag DAG"): Look for "ocaml4.07-dune" rather than "dune".
Diffstat (limited to 'tests/graph.scm')
-rw-r--r--tests/graph.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graph.scm b/tests/graph.scm
index 0663d13b493..e374dad1a55 100644
--- a/tests/graph.scm
+++ b/tests/graph.scm
@@ -198,7 +198,7 @@ edges."
198 198
199(test-assert "reverse bag DAG" 199(test-assert "reverse bag DAG"
200 (let-values (((dune bap ocaml-base) 200 (let-values (((dune bap ocaml-base)
201 (values (specification->package "dune") 201 (values (specification->package "ocaml4.07-dune")
202 (specification->package "bap") 202 (specification->package "bap")
203 (specification->package "ocaml4.07-base"))) 203 (specification->package "ocaml4.07-base")))
204 ((backend nodes+edges) (make-recording-backend))) 204 ((backend nodes+edges) (make-recording-backend)))