summaryrefslogtreecommitdiff
path: root/tests/graph.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-02-05 14:47:52 +0100
committerLudovic Courtès <ludo@gnu.org>2020-02-05 16:18:58 +0100
commit312df1d40cf2d61fc96b32efedc16d958718fc48 (patch)
tree27e2d2f1f2846c27fe89c892165d3cc4b0960b9e /tests/graph.scm
parent895363e4cfa63cba1cc36515d69e7e0ce14886a9 (diff)
tests: Adjust reverse-bag graph test to recent OCaml changes.
This is a followup to 87858bc526a9d577760f55d05a51cb56630f845b. Partly fixes <https://bugs.gnu.org/39374>. Reported by Ellen Papsch <ellen.papsch@wine-logistix.de>. * tests/graph.scm ("reverse bag DAG"): Adjust test to latest OCaml changes.
Diffstat (limited to 'tests/graph.scm')
-rw-r--r--tests/graph.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/graph.scm b/tests/graph.scm
index b7732ec7099..402847102fd 100644
--- a/tests/graph.scm
+++ b/tests/graph.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
@@ -195,7 +195,7 @@ edges."
195 (let-values (((dune bap ocaml-base) 195 (let-values (((dune bap ocaml-base)
196 (values (specification->package "dune") 196 (values (specification->package "dune")
197 (specification->package "bap") 197 (specification->package "bap")
198 (specification->package "ocaml-base"))) 198 (specification->package "ocaml4.07-base")))
199 ((backend nodes+edges) (make-recording-backend))) 199 ((backend nodes+edges) (make-recording-backend)))
200 (run-with-store %store 200 (run-with-store %store
201 (export-graph (list dune) 'port 201 (export-graph (list dune) 'port