summaryrefslogtreecommitdiff
path: root/tests/graph.scm
diff options
context:
space:
mode:
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)))