Skip to content

Commit

Permalink
renaming in the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
  • Loading branch information
moyodiallo authored and emillon committed Nov 14, 2022
1 parent 938d7fa commit 99c7002
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library
(name foo)
(libraries inter_lib a________))
(libraries inter_lib a))
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library
(name inter_lib)
(libraries a________))
(libraries a))
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ print only the external libraries by dir.

$ dune describe external-lib-deps
(default
((. ((a________ required)))
(lib ((a________ required)))))
((. ((a required)))
(lib ((a required)))))

0 comments on commit 99c7002

Please sign in to comment.