chore: fix tests
This commit is contained in:
parent
61a8695ab1
commit
003835111d
2 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
some { range := { pos := { line := 189, column := 42 },
|
||||
some { range := { pos := { line := 177, column := 42 },
|
||||
charUtf16 := 42,
|
||||
endPos := { line := 195, column := 31 },
|
||||
endPos := { line := 183, column := 31 },
|
||||
endCharUtf16 := 31 },
|
||||
selectionRange := { pos := { line := 189, column := 46 },
|
||||
selectionRange := { pos := { line := 177, column := 46 },
|
||||
charUtf16 := 46,
|
||||
endPos := { line := 189, column := 58 },
|
||||
endPos := { line := 177, column := 58 },
|
||||
endCharUtf16 := 58 } }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import Lean.Util.ShareCommon
|
|||
|
||||
open Lean.ShareCommon
|
||||
def check (b : Bool) : ShareCommonT IO Unit := do
|
||||
unless b do throw $ IO.userError "check failed"
|
||||
unless b do throw $ IO.userError "check failed"
|
||||
|
||||
unsafe def tst1 : ShareCommonT IO Unit := do
|
||||
let x := [1]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue