Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Nov 23, 2024
1 parent bbe817e commit d1f4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MathlibTest/Simps.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ structure Foo where
@[simps field field_2 field_9_fst]
def myFoo : Foo := ⟨1, ⟨1, 1⟩, 1

structure Prod (X Y : Type _) extends Prod X Y
structure Prod (X Y : Type _) extends _root_.Prod X Y

structure Prod2 (X Y : Type _) extends Prod X Y

Expand Down

0 comments on commit d1f4f68

Please sign in to comment.