Skip to content

Commit

Permalink
Minor change to the tests handling a natural failure case of suggest …
Browse files Browse the repository at this point in the history
…tactics
  • Loading branch information
Peiyang-Song committed Dec 25, 2024
1 parent 27a67c6 commit e01712a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LeanCopilotTests/TacticSuggestion.lean
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def updatedModel := {Builtin.generator with params := params}

set_option LeanCopilot.suggest_tactics.model "updatedModel" in
example (a b c : Nat) : a + b + c = a + c + b := by
suggest_tactics
try suggest_tactics
try sorry


/-
Expand Down

0 comments on commit e01712a

Please sign in to comment.