Skip to content

Commit

Permalink
[test] Use Modname.to_string into tests/step_by_step.exe to print the…
Browse files Browse the repository at this point in the history
… module name
  • Loading branch information
dinosaure committed Feb 27, 2023
1 parent ac59003 commit d690075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/step_by_step.ml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ let () =
loop (guard-1) zipper
| Ok (_sig, deps) -> deps in
let deps = loop 1_000_000 (O.initial m2l) in
pp file name deps
pp file (Modname.to_string name) deps

0 comments on commit d690075

Please sign in to comment.