Skip to content

Commit 5f8c42d

Browse files
authored
Use OUnit2 from opam and fix deprecation warnings (#5874)
1 parent 26cd043 commit 5f8c42d

20 files changed

+32
-1574
lines changed

dune-project

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
(= 1.6.9))
2727
(js_of_ocaml-compiler
2828
(= 4.0.0))
29+
(ounit2
30+
(= 2.2.6))
2931
(reanalyze
3032
(= 2.23.0))
3133
dune))

jscomp/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(dirs bsb bsb_exe bsb_helper bsb_helper_exe bsc cmij common core depends ext
2-
frontend gentype jsoo js_parser ml napkin ounit ounit_tests outcome_printer
2+
frontend gentype jsoo js_parser ml napkin ounit_tests outcome_printer
33
super_errors)
44

55
(env

jscomp/ounit/LICENSE.txt

-23
This file was deleted.

jscomp/ounit/README.md

-13
This file was deleted.

jscomp/ounit/dune

-5
This file was deleted.

0 commit comments

Comments
 (0)