guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: tests: Adjust reverse-bag graph test to recent OCaml changes.


From: guix-commits
Subject: 02/04: tests: Adjust reverse-bag graph test to recent OCaml changes.
Date: Wed, 5 Feb 2020 10:19:22 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 312df1d40cf2d61fc96b32efedc16d958718fc48
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Feb 5 14:47:52 2020 +0100

    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 <address@hidden>.
    
    * tests/graph.scm ("reverse bag DAG"): Adjust test to latest OCaml
    changes.
---
 tests/graph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/graph.scm b/tests/graph.scm
index b7732ec..4028471 100644
--- a/tests/graph.scm
+++ b/tests/graph.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -195,7 +195,7 @@ edges."
   (let-values (((dune bap ocaml-base)
                 (values (specification->package "dune")
                         (specification->package "bap")
-                        (specification->package "ocaml-base")))
+                        (specification->package "ocaml4.07-base")))
                ((backend nodes+edges) (make-recording-backend)))
     (run-with-store %store
       (export-graph (list dune) 'port



reply via email to

[Prev in Thread] Current Thread [Next in Thread]