Skip to content

Commit

Permalink
fix imports in tets
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Feb 9, 2024
1 parent 8e75b1a commit b375022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AesopTest/EraseSimp.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Authors: Jannis Limperg

import Aesop
import Std.Tactic.GuardMsgs
import Std.Linter.UnreachableTactic

set_option aesop.check.all true
set_option aesop.smallErrorMessages true
Expand Down
1 change: 1 addition & 0 deletions AesopTest/HeartbeatLimit.lean
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Authors: Jannis Limperg

import Aesop
import Std.Tactic.GuardMsgs
import Std.Linter.UnreachableTactic

set_option aesop.check.all true
set_option linter.unreachableTactic false
Expand Down

0 comments on commit b375022

Please sign in to comment.