diff options
author | Chimrod <> | 2024-12-09 10:13:50 +0100 |
---|---|---|
committer | Chimrod <> | 2024-12-09 10:13:50 +0100 |
commit | 65164f2ebe61a566d96119c2cde23eee6771007b (patch) | |
tree | 35ce714acce0da7bf172c8d7161b1be953af6f72 /bin/args.ml | |
parent | 53c02501935b3cb2db78e79deb4d38c997505a95 (diff) |
Splitted the code and declare the test catalog in it’s own module
Diffstat (limited to 'bin/args.ml')
-rw-r--r-- | bin/args.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/args.ml b/bin/args.ml index b124575..1503d18 100644 --- a/bin/args.ml +++ b/bin/args.ml @@ -74,7 +74,7 @@ let speclist printer = common_arguments @ windows_arguments let parse : - modules:Qsp_checks.Check.t list -> + modules:Qsp_syntax.Catalog.ex list -> list_tests:(Format.formatter -> unit) -> string list * t = fun ~modules ~list_tests -> |