fix: fix tests
This commit is contained in:
parent
c0812d0673
commit
eac410db4e
3 changed files with 6 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
some { range := { pos := { line := 136, column := 41 },
|
||||
some { range := { pos := { line := 134, column := 41 },
|
||||
charUtf16 := 41,
|
||||
endPos := { line := 142, column := 31 },
|
||||
endPos := { line := 140, column := 31 },
|
||||
endCharUtf16 := 31 },
|
||||
selectionRange := { pos := { line := 136, column := 45 },
|
||||
selectionRange := { pos := { line := 134, column := 45 },
|
||||
charUtf16 := 45,
|
||||
endPos := { line := 136, column := 57 },
|
||||
endPos := { line := 134, column := 57 },
|
||||
endCharUtf16 := 57 } }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import Lean.CoreM
|
||||
import Lean.MonadEnv
|
||||
|
||||
open Lean
|
||||
open Lean.Core
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import Lean.Meta.Match
|
||||
import Lean.Util.CollectLevelParams
|
||||
|
||||
open Lean
|
||||
open Lean.Meta
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue