Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Dec 6, 2024
1 parent ac03d87 commit 0ca0ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coq_tools/find_bug.py
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@ def make_make_coqc(coqc_prog, **kwargs):
list(env[passing_prefix + "libnames"]) + [(coq_theories_path, "Corelib")]
)
env[passing_prefix + "libnames"] = tuple(
list(env[passing_prefix + "libnames"]) + [(coq_user_contrib_path, "Coq")]
list(env[passing_prefix + "libnames"]) + [(coq_user_contrib_path, "Stdlib")]
)
for p in coqpath_paths:
env[passing_prefix + "libnames"] = tuple(
Expand Down

0 comments on commit 0ca0ad9

Please sign in to comment.