diff options
author | Chimrod <> | 2024-03-15 10:45:12 +0100 |
---|---|---|
committer | Chimrod <> | 2024-03-27 15:34:10 +0100 |
commit | baa258ac91df8a80209b322e8d42c5deb2ada536 (patch) | |
tree | e1a9d1f2df9d65c19b68d0acfc258338783e3e06 /test/qsp_parser_test.ml | |
parent | 141db078408f94c410508970d07382d4a6087f17 (diff) |
New test for duplicates evalutations in the code
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r-- | test/qsp_parser_test.ml | 1 |
1 files changed, 1 insertions, 0 deletions
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; ] |