Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Oct 11, 2024
1 parent c0183ed commit a65a1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/instance.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let tests (module Log : Logs.LOG) : unit Alcotest_lwt.test_case list =
hints = None;
instance_printer =
Some { name = "Z.sprint ()"; cx_var_name = "x" };
reflect = false;
}
in
Lwt.return result
Expand Down
1 change: 1 addition & 0 deletions tests/verification.ml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let tests (module Log : Logs.LOG) : unit Alcotest_lwt.test_case list =
syntax = Iml;
hints = Some { method_ = Auto };
instance_printer = None;
reflect = false;
}
in
Lwt.return result
Expand Down

0 comments on commit a65a1d2

Please sign in to comment.