Skip to content

Commit 9434b14

Browse files
committed
Remove mi_parser unit test
This test used to compare formatted versions of ocaml values large enough to make understanding and updating the output impossible. The expected values can't easily be converted to non-string values because they do not correspond to the actual type (the 'pp' function loses information), which is too complicated and unstable to be written manually. I think this test is not necessary, mli support is covered by the black-box tests.
1 parent 889069a commit 9434b14

File tree

3 files changed

+0
-114
lines changed

3 files changed

+0
-114
lines changed

test/lib/test_mdx_lib.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ let () =
88
Test_syntax.suite;
99
Test_util.suite;
1010
Test_part.suite;
11-
Test_mli_parser.suite;
1211
]

test/lib/test_mli_parser.ml

Lines changed: 0 additions & 112 deletions
This file was deleted.

test/lib/test_mli_parser.mli

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)