mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
Hotfix for CI
This commit is contained in:
parent
07edff2cd2
commit
e9fd40dddd
@ -18,7 +18,8 @@
|
||||
without the expected backend. All functions print an error message and exit *)
|
||||
|
||||
let dummy () =
|
||||
Cli.error_print "This instance of Catala was compiled without Z3 support.";
|
||||
Catala_utils.Cli.error_print
|
||||
"This instance of Catala was compiled without Z3 support.";
|
||||
exit 124
|
||||
|
||||
module Io = struct
|
||||
@ -35,7 +36,6 @@ module Io = struct
|
||||
type model = unit
|
||||
type vc_encoding_result = Success of model * model | Fail of string
|
||||
|
||||
let print_positive_result _ = dummy ()
|
||||
let print_negative_result _ _ _ = dummy ()
|
||||
let encode_and_check_vc _ _ = dummy ()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user