Skip to content

Commit

Permalink
Merge pull request #144 from Leonidas-from-XIV/ounit2
Browse files Browse the repository at this point in the history
Use ounit2 directly
  • Loading branch information
kit-ty-kate authored Jun 13, 2022
2 parents 64c3af9 + daf5dd9 commit 0809ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ppx_deriving_yojson.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"result"
"ppx_deriving" {>= "5.1"}
"ppxlib" {>= "0.26.0"}
"ounit" {with-test & >= "2.0.0"}
"ounit2" {with-test}
]
synopsis:
"JSON codec generator for OCaml"
Expand Down
2 changes: 1 addition & 1 deletion src_test/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(executable
(name test_ppx_yojson)
(libraries oUnit result)
(libraries ounit2 result)
(preprocess (pps ppx_deriving.show ppx_deriving_yojson))
(flags (:standard -w -9-39-27-34-37)))

Expand Down

0 comments on commit 0809ea0

Please sign in to comment.