From baa258ac91df8a80209b322e8d42c5deb2ada536 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 15 Mar 2024 10:45:12 +0100 Subject: New test for duplicates evalutations in the code --- test/qsp_parser_test.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/qsp_parser_test.ml') diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml index 609da3f..4754a15 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -8,4 +8,5 @@ let () = Dead_end.test; Nested_string.test; Location.test; + Dup_cases.test; ] -- cgit v1.2.3