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 66766f7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ 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

$ ls
_build
dune-project
pp
profile.dump
src

0 comments on commit 66766f7

Please sign in to comment.