chore: add failing grind test (#7910)
Adds a currently failing test, for a `grind` improvement.
This commit is contained in:
parent
1cdadfd47a
commit
2528188dde
1 changed files with 4 additions and 0 deletions
4
tests/lean/grind/min.lean
Normal file
4
tests/lean/grind/min.lean
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
example (as : Array α) (lo hi i j : Nat) (h₁ : lo ≤ i) (_ : i < j) (_ : j ≤ hi) (_ : j < as.size)
|
||||
(_ : ¬as.size = 0) : min lo (as.size - 1) ≤ i := by
|
||||
-- grind -- fails
|
||||
omega
|
||||
Loading…
Add table
Reference in a new issue