From b412a7bcce58ae99f1be1b5b2668a6f86139a6ac Mon Sep 17 00:00:00 2001 From: PizieDust Date: Wed, 3 Apr 2024 05:48:51 +0100 Subject: [PATCH] add eof to tests --- tests/test-dirs/expand_node/ppx-tests.t/run.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-dirs/expand_node/ppx-tests.t/run.t b/tests/test-dirs/expand_node/ppx-tests.t/run.t index 6ef1a8bff..f9f06e659 100644 --- a/tests/test-dirs/expand_node/ppx-tests.t/run.t +++ b/tests/test-dirs/expand_node/ppx-tests.t/run.t @@ -353,6 +353,7 @@ Module type declaration in structure > val pop : stack -> stack > val peek : stack -> t > end [@@deriving rename] + > EOF $ dune build @@ -397,6 +398,7 @@ Module type declaration in signature > val pop : stack -> stack > val peek : stack -> t > end [@@deriving rename] + > EOF $ dune build