guix-commits
[Top][All Lists]
Advanced

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

03/11: graph: Adjust test for recent OCaml changes.


From: guix-commits
Subject: 03/11: graph: Adjust test for recent OCaml changes.
Date: Tue, 20 Oct 2020 10:32:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a9fd59dbd2d32e08c9479ac026b99b5c1dbbb0db
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 20 13:58:28 2020 +0200

    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".
---
 tests/graph.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/graph.scm b/tests/graph.scm
index 0663d13..e374dad 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)))



reply via email to

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