chore: fix tests
This commit is contained in:
parent
3293e9ef08
commit
8acbb55632
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/-! Parse and reformat file -/
|
||||
import Lean.PrettyPrinter
|
||||
/-! Parse and reformat file -/
|
||||
|
||||
open Lean
|
||||
open Lean.Elab
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/-! Reprint file after removing all parentheses and then passing it through the parenthesizer -/
|
||||
import Lean.Parser
|
||||
/-! Reprint file after removing all parentheses and then passing it through the parenthesizer -/
|
||||
|
||||
open Lean
|
||||
open Std.Format open Std
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue