Skip to content

Commit

Permalink
[test] Use Unitname.modname 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 9c4aae3 commit a6a8dba
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 (Modname.to_string name) deps
pp file (Modname.to_string (Unitname.modname name)) deps

0 comments on commit a6a8dba

Please sign in to comment.