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:
parent
5d305faee0
commit
a498a64490
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
set_option genInjectivity false
|
||||
structure Foo where
|
||||
x1 : Nat := 0
|
||||
x2 : Nat := 0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
set_option genInjectivity false
|
||||
structure Foo where
|
||||
x1 : Nat := 0
|
||||
x2 : Nat := 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue