fix: fix tests

This commit is contained in:
Mario Carneiro 2022-09-14 06:14:29 -04:00 committed by Leonardo de Moura
parent c0812d0673
commit eac410db4e
3 changed files with 6 additions and 4 deletions

View file

@ -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 } }

View file

@ -1,4 +1,5 @@
import Lean.CoreM
import Lean.MonadEnv
open Lean
open Lean.Core

View file

@ -1,4 +1,5 @@
import Lean.Meta.Match
import Lean.Util.CollectLevelParams
open Lean
open Lean.Meta