Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Oct 9, 2024
1 parent 6ef5a8c commit 0bcacaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Test/DeadWrap.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ namespace Test
data DeadWrap (α : Type) β
| mk : α → DeadWrap α β

/-- info: 'Test.DeadWrap.Base' does not depend on any axioms -/
/-- info: 'Test.DeadWrap.Base' depends on axioms: [propext, Quot.sound] -/
#guard_msgs in
#print axioms DeadWrap.Base

/-- info: Test.DeadWrap.mk {α β : Type} (a✝ : α) : DeadWrap α β -/
/-- info: Test.DeadWrap.mk {α β : Type} : α DeadWrap α β -/
#guard_msgs in
#check DeadWrap.mk

Expand Down
2 changes: 1 addition & 1 deletion Test/Wrap.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Test
data Wrap α
| mk : α → Wrap α

/-- info: Test.Wrap.mk {α : Type} (a✝ : α) : Wrap α -/
/-- info: Test.Wrap.mk {α : Type} : α Wrap α -/
#guard_msgs in
#check Wrap.mk

Expand Down

0 comments on commit 0bcacaa

Please sign in to comment.