Skip to content

Commit

Permalink
Don't attach name_ocluster_expect_tests to a package
Browse files Browse the repository at this point in the history
    File "test/dune", line 25, characters 4-6:
    25 |     db
             ^^
    Error: Library "db" is private, it cannot be a dependency of a private
    library attached to a package. You need to give "db" a public name.
  • Loading branch information
MisterDA committed Nov 29, 2022
1 parent 2f97726 commit 1d16ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

(library
(name ocluster_expect_tests)
(package ocluster)
(modules test_scheduling)
(inline_tests)
(preprocess (pps ppx_expect))
Expand Down

0 comments on commit 1d16ded

Please sign in to comment.