Skip to content

Commit 531f89c

Browse files
committed
Rename ounit_json_tests to ounit_ext_json_tests
1 parent fb3a6bd commit 531f89c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/ounit_tests/ounit_tests_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ let suites =
22
OUnit.( >::: ) __FILE__
33
[
44
Ounit_vec_test.suites;
5-
Ounit_json_tests.suites;
5+
Ounit_ext_json_tests.suites;
66
Ounit_path_tests.suites;
77
Ounit_array_tests.suites;
88
Ounit_scc_tests.suites;

0 commit comments

Comments
 (0)