aboutsummaryrefslogtreecommitdiff
path: root/bin/args.mli
diff options
context:
space:
mode:
Diffstat (limited to 'bin/args.mli')
-rw-r--r--bin/args.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/args.mli b/bin/args.mli
index 0041b59..a98b258 100644
--- a/bin/args.mli
+++ b/bin/args.mli
@@ -4,6 +4,6 @@ type t = { reset_line : bool; filters : filters }
(** All the arguments given from the command line *)
val parse :
- modules:Qsp_checks.Check.t list ->
+ modules:Qsp_syntax.Catalog.ex list ->
list_tests:(Format.formatter -> unit) ->
string list * t