Skip to content

Commit 7a2a93b

Browse files
authored
Fix ignored-dune-lock test on macos (#11179)
The macos patch utility doesn't like it when a patch contains no hunks, so this change adds a hunk to the patch used in the ignored-dune-lock test. Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
1 parent 64be619 commit 7a2a93b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/blackbox-tests/test-cases/pkg/ignored-dune-lock.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Test that shows what happens when dune.lock is ignored.
1616
> index b69a69a5a..ea988f6bd 100644
1717
> --- a/foo.ml
1818
> +++ b/foo.ml
19+
> @@ -0,0 +1 @@
20+
> +let () = print_endline "Hello, World!"
1921
> EOF
2022

2123
$ mkdir src

0 commit comments

Comments
 (0)