aboutsummaryrefslogtreecommitdiff
path: root/bin/qsp_parser.ml
diff options
context:
space:
mode:
authorChimrod <>2024-03-27 15:50:56 +0100
committerChimrod <>2024-03-27 15:50:56 +0100
commit246d3c93e6c628e333c047e225edd284ed156ecb (patch)
treeb0e017132fdf587b83269441d1c54b2446cf0c02 /bin/qsp_parser.ml
parent14504f36b603984c14b05995a8928cbd40dfa670 (diff)
parentbaa258ac91df8a80209b322e8d42c5deb2ada536 (diff)
Added the check (I should have had order my commit betters)
Diffstat (limited to 'bin/qsp_parser.ml')
-rw-r--r--bin/qsp_parser.ml1
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) =