Skip to content

Commit

Permalink
test: repro ocaml#7430
Browse files Browse the repository at this point in the history
Test case for ocaml#7430. We demonstrate that the `dune describe pp` command
leaves behind the dump file.

Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Jul 18, 2023
1 parent 32fcaeb commit 951c6e9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ We can also show the original source if it is not preprocessed

$ dune describe pp src/util.ml
let log str = print_endline str

We also make sure that the dump file is not present

$ dune_cmd exists profile.dump
true

0 comments on commit 951c6e9

Please sign in to comment.