chore: disable injectivity theorems generation for big structure tests

The test was producing a stack overflow in debug mode in CI.
This commit is contained in:
Leonardo de Moura 2021-05-15 21:27:58 -07:00
parent 5d305faee0
commit a498a64490
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
set_option genInjectivity false
structure Foo where
x1 : Nat := 0
x2 : Nat := 0

View file

@ -1,3 +1,4 @@
set_option genInjectivity false
structure Foo where
x1 : Nat := 0
x2 : Nat := 0