update tests after removal of lia

This commit is contained in:
Simon Cruanes 2022-07-14 22:10:14 -04:00
parent a1bc186d2e
commit 85c850d464
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -85,11 +85,9 @@ module Sidekick_base_solver :
module Th_bool : sig ... end
module Gensym : sig ... end
module Th_lra : sig ... end
module Th_lia : sig ... end
val th_bool : Solver.theory
val th_data : Solver.theory
val th_lra : Solver.theory
val th_lia : Solver.theory
end
```