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 /bin/qsp_parser.ml | |
parent | 141db078408f94c410508970d07382d4a6087f17 (diff) |
New test for duplicates evalutations in the code
Diffstat (limited to 'bin/qsp_parser.ml')
-rw-r--r-- | bin/qsp_parser.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/qsp_parser.ml b/bin/qsp_parser.ml index ebf4738..96cbf73 100644 --- a/bin/qsp_parser.ml +++ b/bin/qsp_parser.ml @@ -23,6 +23,7 @@ let available_checks = snd @@ Qsp_syntax.Check.build (module Qsp_syntax.Dead_end); snd @@ Qsp_syntax.Check.build (module Qsp_syntax.Nested_strings); snd @@ Qsp_syntax.Check.build (module Qsp_syntax.Locations); + snd @@ Qsp_syntax.Check.build (module Qsp_syntax.Dup_test); ] let pp_module formatter (module A : Qsp_syntax.S.Analyzer) = |