Skip to content

Commit

Permalink
bump test
Browse files Browse the repository at this point in the history
  • Loading branch information
llllvvuu committed Jan 15, 2025
1 parent 27323b7 commit 0f0d5f1
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions test/calc.expected.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
["Trans.trans",
"sorryAx",
"instOfNatNat",
"Lean.Name.num",
"Lean.Name.str",
"Lean.Name.anonymous",
"instTransEq",
"Nat",
"Lean.Name",
"OfNat.ofNat",
"Bool.false",
"Eq"],
Expand All @@ -20,14 +24,32 @@
"goals": "no goals",
"endPos": {"line": 3, "column": 19}},
{"usedConstants":
["sorryAx", "instOfNatNat", "Nat", "OfNat.ofNat", "Bool.false", "Eq"],
["sorryAx",
"instOfNatNat",
"Lean.Name.num",
"Lean.Name.str",
"Lean.Name.anonymous",
"Nat",
"Lean.Name",
"OfNat.ofNat",
"Bool.false",
"Eq"],
"tactic": "sorry",
"proofState": 4,
"pos": {"line": 2, "column": 14},
"goals": "⊢ 3 = 4",
"endPos": {"line": 2, "column": 19}},
{"usedConstants":
["sorryAx", "instOfNatNat", "Nat", "OfNat.ofNat", "Bool.false", "Eq"],
["sorryAx",
"instOfNatNat",
"Lean.Name.num",
"Lean.Name.str",
"Lean.Name.anonymous",
"Nat",
"Lean.Name",
"OfNat.ofNat",
"Bool.false",
"Eq"],
"tactic": "sorry",
"proofState": 5,
"pos": {"line": 3, "column": 14},
Expand Down

0 comments on commit 0f0d5f1

Please sign in to comment.