diff options
-rw-r--r-- | tests/graph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graph.scm b/tests/graph.scm index 0663d13b49..e374dad1a5 100644 --- a/tests/graph.scm +++ b/tests/graph.scm @@ -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))) |