summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_deriving_yojson/files/ppx_deriving_yojson-3.6.1-src_test_dune-ounit2.patch
blob: fe5bcab48afcd4fa0f59e92139aa440a5ffd2da9 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src_test/dune
+++ b/src_test/dune
@@ -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)))